We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db5c3b commit 27475d0Copy full SHA for 27475d0
Cargo.toml
@@ -74,6 +74,7 @@ harness = false
74
travis-ci = { repository = "mcginty/snow", branch = "master" }
75
76
[dependencies]
77
+# TODO: Waiting on https://github.com/RustCrypto/traits/issues/1642
78
rand_core = { version = "0.6", default-features = false, features = [
79
"getrandom",
80
] }
@@ -106,6 +107,7 @@ serde_derive = "1.0"
106
107
hex = "0.4"
108
lazy_static = "1.4"
109
x25519-dalek = "2.0"
110
111
rand = "0.8"
112
113
[build-dependencies]
0 commit comments