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

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