|
|
|
@ -31,7 +31,12 @@ thiserror = { workspace = true }
|
|
|
|
|
serde_repr = "0.1"
|
|
|
|
|
byte-unit = "5"
|
|
|
|
|
log = { workspace = true, features = ["kv_unstable"] }
|
|
|
|
|
time = { version = "0.3", features = ["formatting", "local-offset", "macros", "parsing"] }
|
|
|
|
|
time = { version = "0.3", features = [
|
|
|
|
|
"formatting",
|
|
|
|
|
"local-offset",
|
|
|
|
|
"macros",
|
|
|
|
|
"parsing"
|
|
|
|
|
] }
|
|
|
|
|
fern = "0.7"
|
|
|
|
|
tracing = { workspace = true, optional = true }
|
|
|
|
|
|
|
|
|
|