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

[dependencies]
git2 = "0.13.11"