appservice-api: Sort features in Cargo.toml

This commit is contained in:
Jonas Platte 2022-10-31 10:51:47 +01:00
parent 1c46655fdf
commit 4aa10d9806
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C

View File

@ -15,11 +15,12 @@ rust-version = "1.64"
all-features = true
[features]
unstable-exhaustive-types = []
client = []
server = []
unstable-msc3202 = []
unstable-exhaustive-types = []
unstable-msc2409 = []
unstable-msc3202 = []
[dependencies]
js_int = { version = "0.2.2", features = ["serde"] }