appservice-api: Remove unused optional features
This commit is contained in:
parent
995a7799e8
commit
06b5422a30
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user