use cargo-shear to remove many unused dependencies between crates

This commit is contained in:
Alex Auvolat
2025-01-31 18:47:30 +01:00
parent afa28706e5
commit 4563313f87
15 changed files with 3 additions and 356 deletions
+1 -2
View File
@@ -29,12 +29,11 @@ tokio.workspace = true
# cli deps
clap = { workspace = true, optional = true }
format_table = { workspace = true, optional = true }
tracing = { workspace = true, optional = true }
tracing-subscriber = { workspace = true, optional = true }
[features]
cli = ["clap", "tokio/fs", "tokio/io-std", "tracing", "tracing-subscriber", "format_table"]
cli = ["clap", "tokio/fs", "tokio/io-std", "tracing-subscriber", "format_table"]
[lib]
path = "lib.rs"