feat: add basic templates

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-20 20:45:26 +02:00
parent fe48259d06
commit f04b0a2e54
14 changed files with 357 additions and 4 deletions

View File

@@ -24,10 +24,14 @@ sqlx = { version = "0.7.3", features = [
uuid = { version = "1.7.0", features = ["v4"] }
tower-http = { version = "0.5.2", features = ["cors", "trace"] }
serde_yaml = "0.9.34"
tokio-stream = "0.1.15"
walkdir = "2.5.0"
minijinja = "2.0.1"
[[test]]
name = "integration"
path = "tests/tests.rs"
[dev-dependencies]
similar-asserts = "1.5.0"
tracing-test = "0.2.4"