appservice-api: Remove unused optional features

This commit is contained in:
Jonas Platte 2022-07-13 18:56:53 +02:00
parent 995a7799e8
commit 06b5422a30

View File

@ -20,11 +20,9 @@ client = []
server = []
[dependencies]
ruma-client-api = { version = "0.14.1", path = "../ruma-client-api", features = ["client"], optional = true }
ruma-common = { version = "0.9.2", path = "../ruma-common", features = ["api", "events"] }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"
tracing = { version = "0.1.25", optional = true }
[dev-dependencies]
assert_matches = "1.5.0"