feat: add template
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-03-30 15:09:51 +01:00
parent 283b4cd2f4
commit d16687f0c9
4 changed files with 577 additions and 2 deletions

View File

@@ -13,3 +13,4 @@ dotenv.workspace = true
reqwest = { version = "0.12.2", features = ["json"]}
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
tera = "1.19.1"