Skip to content

Commit

Permalink
Remove some unused dependencies of atspi-proxies
Browse files Browse the repository at this point in the history
  • Loading branch information
DataTriny committed Apr 14, 2024
1 parent ca63d6c commit 8c09507
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 406 deletions.
5 changes: 1 addition & 4 deletions atspi-proxies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,16 @@ gvariant = ["zvariant/gvariant"]
tokio = ["zbus/tokio", "atspi-common/tokio"]

[dependencies]
atspi-common = { path = "../atspi-common", version = "0.5.0", default-features = false }
serde = { version = "^1.0", default-features = false, features = ["derive"] }
zbus = { workspace = true }
zvariant = { version = "4.0", default-features = false }
# optional dependencies
async-trait = { version = "^0.1.59", optional = true }
atspi-common = { path = "../atspi-common", version = "0.5.0", default-features = false }

[dev-dependencies]
async-std = { version = "1", features = ["attributes"] }
atspi-common = { path = "../atspi-common", version = "0.5.0", features = ["async-std"] }
byteorder = "1.4"
futures-lite = { version = "2", default-features = false }
lazy_static = "1.0"
rename-item = "0.1.0"
serde_json = "1.0.96"
serde_plain = "1.0.1"
Expand Down
Loading

0 comments on commit 8c09507

Please sign in to comment.