functional prototype: TOML settings, CLI args, templated repo output
This commit is contained in:
+5
-1
@@ -11,7 +11,11 @@ repository = "https://github.com/mrmekon/itsy-gitsy"
|
||||
readme = "README.md"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.23"
|
||||
clap = { version="4.0.32", features=["derive"] }
|
||||
git2 = "0.15.0"
|
||||
serde = { version = "1.0.152", features = ["derive"] }
|
||||
tera = "1.17.1"
|
||||
toml = "0.5.10"
|
||||
|
||||
Reference in New Issue
Block a user