mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
make sure std does not leak through thie dependency
This commit is contained in:
parent
031179d111
commit
7ab614cda4
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ travis-ci = { repository = "dalek-cryptography/x25519-dalek", branch = "master"}
|
|||
|
||||
[dependencies.curve25519-dalek]
|
||||
version = "^0.12"
|
||||
default-features = false
|
||||
|
||||
[dependencies.rand]
|
||||
optional = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue