Moves the TockEnv implementation of RNG to env/ (#599)
This change removes the tock dependencies from non-Tock envs.
This commit is contained in:
@@ -10,7 +10,6 @@ license = "Apache-2.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
libtock_drivers = { path = "../../third_party/libtock-drivers" }
|
||||
arrayref = "0.3.6"
|
||||
rand = { version = "0.6.5", optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user