init: dependencies

This commit is contained in:
shiro.lee
2024-06-23 15:27:34 +08:00
parent 2345398f14
commit 51742a3299
3 changed files with 64 additions and 35 deletions
+2 -1
View File
@@ -10,4 +10,5 @@ rust-version.workspace = true
[dependencies]
store = { path = "../store" }
tracing-subscriber = { version = "0.3", features = ["json"] }
tracing-subscriber = { version = "0.3.18" }
time = { workspace = true, features = ["parsing", "formatting"] }