We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac8b68 commit 5796a6cCopy full SHA for 5796a6c
Cargo.toml
@@ -24,6 +24,7 @@ futures = "0.1.0" # Make sure to use same version as websocket
24
log = "0.4"
25
mopa = "0.2"
26
native-tls = "0.2"
27
+rand_core = { version = "0.6", features = ["getrandom"] }
28
rmp-serde = "0.13"
29
rmpv = { version = "0.4", features = ["with-serde"] }
30
serde = { version = "1", features = ["derive"] }
0 commit comments