appservice-api: Sort features in Cargo.toml
This commit is contained in:
parent
1c46655fdf
commit
4aa10d9806
@ -15,11 +15,12 @@ rust-version = "1.64"
|
|||||||
all-features = true
|
all-features = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
unstable-exhaustive-types = []
|
|
||||||
client = []
|
client = []
|
||||||
server = []
|
server = []
|
||||||
unstable-msc3202 = []
|
|
||||||
|
unstable-exhaustive-types = []
|
||||||
unstable-msc2409 = []
|
unstable-msc2409 = []
|
||||||
|
unstable-msc3202 = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
js_int = { version = "0.2.2", features = ["serde"] }
|
js_int = { version = "0.2.2", features = ["serde"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user