functional prototype: TOML settings, CLI args, templated repo output

This commit is contained in:
Trevor Bentley
2023-01-10 01:13:35 +01:00
parent 9b64c36b06
commit 1951074e8f
11 changed files with 2036 additions and 11 deletions
+5 -1
View File
@@ -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"