Merge pull request #480 from ia0/remove_dep

Remove useless dependency after rng256 was split out
This commit is contained in:
Julien Cretin
2022-05-19 17:24:14 +02:00
committed by GitHub

View File

@@ -10,7 +10,6 @@ license = "Apache-2.0"
edition = "2018" edition = "2018"
[dependencies] [dependencies]
libtock_drivers = { path = "../../third_party/libtock-drivers" }
rng256 = { path = "../rng256" } rng256 = { path = "../rng256" }
arrayref = "0.3.6" arrayref = "0.3.6"
subtle = { version = "2.2.3", default-features = false, features = ["nightly"] } subtle = { version = "2.2.3", default-features = false, features = ["nightly"] }