Include `rand` crate in all targets

This commit is contained in:
bitfl0wer 2023-11-13 15:38:20 +01:00
parent 9f81806ff1
commit 1b7450366f
1 changed files with 1 additions and 1 deletions

View File

@ -50,11 +50,11 @@ sqlx = { version = "0.7.1", features = [
"any", "any",
], optional = true } ], optional = true }
futures-timer = "3.0.2" futures-timer = "3.0.2"
rand = "0.8.5"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] [target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rustls = "0.21.8" rustls = "0.21.8"
rustls-native-certs = "0.6.3" rustls-native-certs = "0.6.3"
rand = "0.8.5"
tokio-tungstenite = { version = "0.20.0", features = [ tokio-tungstenite = { version = "0.20.0", features = [
"rustls-tls-native-roots", "rustls-tls-native-roots",
"rustls-native-certs", "rustls-native-certs",