This commit is contained in:
nora 2022-09-28 22:11:38 +02:00
parent e78b5becde
commit b36cab3491
6 changed files with 248 additions and 63 deletions

View file

@ -14,5 +14,5 @@ serde = { version = "1.0.145", features = ["derive"] }
tempdir = "0.3.7"
tokio = { version = "1.21.2", features = ["full"] }
tracing = "0.1.36"
tracing-subscriber = "0.3.15"
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
uuid = { version = "1.1.2", features = ["serde", "v4"] }