1 2 3 4 5 6 7 8
[package] name = "git-todo" version = "0.0.1" edition = "2018" [dependencies] git2 = "0.13.11" thiserror = "1.0.20"