aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: ce83e70d44dc1f61c991d30707597f06094681c8 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "git-todo"
version = "0.0.3"
edition = "2018"

[dependencies]
exitcode = "1.1.2"
getopts = "0.2.21"
git2 = { version = "0.13.11", features = ["vendored-openssl"] }
thiserror = "1.0.20"