summaryrefslogtreecommitdiffstats
path: root/src/todo_file/Cargo.toml
blob: 8ba9668e9e0bad3b9ccbc675e8b9be5471efe385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "girt-todo-file"
version = "2.2.0"
authors = ["Tim Oram <dev@mitmaro.ca>"]
license = "GPL-3.0-or-later"
description = "Todo file systems for git-interactive-rebase-tool"
homepage = "https://gitrebasetool.mitmaro.ca/"
repository = "https://github.com/MitMaro/git-interactive-rebase-tool"
edition = "2021"
keywords = ["git"]
categories = ["command-line-interface", "command-line-utilities"]
readme = "README.md"

[lib]
name = "todo_file"

[dependencies]
anyhow = "1.0"

[dev-dependencies]
rstest = "0.12.0"
tempfile = "3.3.0"

[build-dependencies]
rustc_version = "0.4.0"