Skip to content

Commit f4d1bc7

Browse files
committed
Remove unnecessary dependencies from agama-l10n
1 parent ca66d0c commit f4d1bc7

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

rust/Cargo.lock

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

rust/agama-l10n/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,12 @@ edition.workspace = true
66

77
[dependencies]
88
anyhow = "1.0.99"
9-
merge-struct = "0.1.0"
10-
serde = { version = "1.0.219", features = ["derive"] }
119
thiserror = "2.0.16"
1210
agama-locale-data = { path = "../agama-locale-data" }
1311
agama-utils = { path = "../agama-utils" }
1412
regex = "1.11.2"
1513
tracing = "0.1.41"
16-
serde_with = "3.14.0"
17-
utoipa = "5.4.0"
1814
gettext-rs = { version = "0.7.2", features = ["gettext-system"] }
19-
serde_json = "1.0.143"
2015
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread", "sync"] }
2116
tokio-stream = "0.1.17"
2217
zbus = "5.11.0"

0 commit comments

Comments
 (0)