make env_logger dev-dependency

This commit is contained in:
Sebastien La Duca 2022-07-21 17:10:40 -04:00
parent c160c4032d
commit 16ddfcb94c

View File

@ -13,7 +13,6 @@ default-run = "generate_constants"
[dependencies]
plonky2_field = { path = "../field" }
plonky2_util = { path = "../util" }
env_logger = "0.9.0"
log = "0.4.14"
itertools = "0.10.0"
num = { version = "0.4", features = [ "rand" ] }
@ -29,6 +28,7 @@ static_assertions = "1.1.0"
[dev-dependencies]
criterion = "0.3.5"
env_logger = "0.9.0"
tynm = "0.1.6"
structopt = "0.3.26"
num_cpus = "1.13.1"