aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 69bbb52986cc6246cb6b97d1ee7d2fb9cb40bafe (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 = "0.13.11"
thiserror = "1.0.20"