feat: with rust workspace members
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-03-30 22:33:25 +01:00
parent 0539e375b1
commit 823712e2bf
5 changed files with 114 additions and 23 deletions

View File

@@ -24,6 +24,7 @@ serde_yaml.workspace = true
serde.workspace = true
tracing = {version = "0.1.40", features = ["log"]}
chrono = {version = "0.4.37"}
toml = "0.8.12"
[dev-dependencies]
tokio.workspace = true