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

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