feat: add config
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-09-12 20:14:44 +02:00
parent e7b4c8e819
commit b46ddb2d6a
4 changed files with 292 additions and 1 deletions

View File

@@ -14,3 +14,5 @@ dotenv.workspace = true
serde = { version = "1.0.197", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4"] }
async-trait = "0.1.82"
toml = "0.8.19"