mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-16 20:49:05 -04:00
Clean up toml formatting
This commit is contained in:
committed by
Jonas Platte
parent
8d3441b51b
commit
890c191884
@@ -48,7 +48,7 @@ zeroize = { version = "1.3.0", features = ["zeroize_derive"] }
|
||||
anyhow = "1"
|
||||
|
||||
# feature = testing only
|
||||
http = { version = "0.2.4", optional = true}
|
||||
http = { version = "0.2.4", optional = true }
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.vodozemac]
|
||||
git = "https://github.com/matrix-org/vodozemac"
|
||||
|
||||
@@ -30,7 +30,7 @@ tracing = "0.1.26"
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
# for wasm32 we need to activate this
|
||||
getrandom = { version = "0.2", features = ["js"]}
|
||||
getrandom = { version = "0.2", features = ["js"] }
|
||||
|
||||
[dev-dependencies]
|
||||
matrix-sdk-base = { path = "../matrix-sdk-base", features = ["testing"] }
|
||||
|
||||
@@ -41,7 +41,7 @@ dashmap = "5.1.0"
|
||||
# binary-build only
|
||||
atty = { version = "0.2.14", optional = true }
|
||||
clap = { version = "3.1.0", optional = true }
|
||||
futures = { version = "0.3.15", default-features = false, features = ["executor"], optional = true}
|
||||
futures = { version = "0.3.15", default-features = false, features = ["executor"], optional = true }
|
||||
rustyline = { version = "9.0.0", optional = true }
|
||||
rustyline-derive = { version = "0.6.0", optional = true }
|
||||
syntect = { version = "4.5.0", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user