Functional templating

This commit is contained in:
bluepython508
2023-10-13 13:37:30 +01:00
parent 953dc55b32
commit 342a364aed
8 changed files with 382 additions and 5 deletions

View File

@@ -9,6 +9,10 @@ edition = "2021"
clap = { version = "4.4.6", features = ["derive"] }
color-eyre = "0.6.2"
eyre = "0.6.8"
rprompt = "2.0.2"
serde = { version = "1.0.188", features = ["derive"] }
toml = "0.8.2"
tracing = "0.1.37"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
upon = "0.7.1"