diff --git a/libraries/crypto/Cargo.toml b/libraries/crypto/Cargo.toml index 4bb5d45..12944d0 100644 --- a/libraries/crypto/Cargo.toml +++ b/libraries/crypto/Cargo.toml @@ -10,7 +10,6 @@ license = "Apache-2.0" edition = "2018" [dependencies] -libtock_drivers = { path = "../../third_party/libtock-drivers" } rng256 = { path = "../rng256" } arrayref = "0.3.6" subtle = { version = "2.2.3", default-features = false, features = ["nightly"] }