Remove useless dependency after rng256 was split out

This commit is contained in:
Julien Cretin
2022-05-19 15:20:39 +02:00
parent 6f40c9ad48
commit 5685e95b79

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"] }