aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2020-09-15 00:04:52 +0200
committerTeddy Wing2020-09-15 00:04:52 +0200
commit88864a79a0118bd48665c04fd447c5f419a23807 (patch)
treec660a1a64190001aef092c827c0dd83529d16191 /Cargo.toml
parenta10a055b7b35f45cf81f31f1878154d250c98abd (diff)
downloadgit-todo-88864a79a0118bd48665c04fd447c5f419a23807.tar.bz2
src/main.rs: Print TODO lines between master...workdir
Look for TODO lines since the "master" branch. For each TODO line, print the file it's in, its line number, and the line, à la grep.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 183b96f..ad3e032 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,3 +3,4 @@ name = "git-todo"
version = "0.0.1"
[dependencies]
+git2 = "0.13.11"