Skip to content

Commit 03b5958

Browse files
committed
Remove unnecessary dependencies from agama-manager
1 parent f4d1bc7 commit 03b5958

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

rust/Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/agama-manager/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,11 @@ rust-version.workspace = true
55
edition.workspace = true
66

77
[dependencies]
8-
agama-lib = { path = "../agama-lib" }
98
agama-utils = { path = "../agama-utils" }
109
agama-l10n = { path = "../agama-l10n" }
1110
thiserror = "2.0.12"
12-
serde = { version = "1.0.210", features = ["derive"] }
1311
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "sync"] }
14-
tokio-stream = "0.1.16"
1512
async-trait = "0.1.83"
16-
serde_json = "1.0.128"
17-
utoipa = { version = "5.2.0", features = ["axum_extras", "uuid"] }
18-
strum = { version = "0.27.2", features = ["derive"] }
19-
tracing = "0.1.40"
2013
zbus = { version = "5", default-features = false, features = ["tokio"] }
2114
merge-struct = "0.1.0"
2215

0 commit comments

Comments
 (0)