CLI options to generate and open local repositories

This commit is contained in:
Trevor Bentley
2023-01-13 17:29:38 +01:00
parent cfc589e3b2
commit d903e4adb9
4 changed files with 76 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ highlight = ["syntect/default-fancy"]
chrono = { version = "0.4.23", features=["clock"] }
clap = { version="4.0.32", features=["derive"] }
git2 = "0.15.0"
open = "3.2.0"
pulldown-cmark = { version = "0.9.2", optional = true }
rayon = "1.6.1"
serde = { version = "1.0.152", features = ["derive"] }