mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-19 13:23:27 +02:00
feat: with loggers
This commit is contained in:
@@ -18,3 +18,8 @@ color-eyre = "0.6.2"
|
||||
serde = { version = "1.0.152", features = ["derive"] }
|
||||
serde_json = "1.0.93"
|
||||
tokio = { version = "1.25.0", features = ["full"] }
|
||||
tracing = { version = "0.1.37", features = ["log"] }
|
||||
tracing-subscriber = { version = "0.3.16", features = [
|
||||
"tracing-log",
|
||||
"tracing",
|
||||
] }
|
||||
|
Reference in New Issue
Block a user