mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-05-26 03:39:39 +00:00
make env_logger dev-dependency
This commit is contained in:
parent
c160c4032d
commit
16ddfcb94c
@ -13,7 +13,6 @@ default-run = "generate_constants"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
plonky2_field = { path = "../field" }
|
plonky2_field = { path = "../field" }
|
||||||
plonky2_util = { path = "../util" }
|
plonky2_util = { path = "../util" }
|
||||||
env_logger = "0.9.0"
|
|
||||||
log = "0.4.14"
|
log = "0.4.14"
|
||||||
itertools = "0.10.0"
|
itertools = "0.10.0"
|
||||||
num = { version = "0.4", features = [ "rand" ] }
|
num = { version = "0.4", features = [ "rand" ] }
|
||||||
@ -29,6 +28,7 @@ static_assertions = "1.1.0"
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
criterion = "0.3.5"
|
criterion = "0.3.5"
|
||||||
|
env_logger = "0.9.0"
|
||||||
tynm = "0.1.6"
|
tynm = "0.1.6"
|
||||||
structopt = "0.3.26"
|
structopt = "0.3.26"
|
||||||
num_cpus = "1.13.1"
|
num_cpus = "1.13.1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user