Skip to content

Commit

Permalink
feat : move dev specific dependencies into [dev-dependencies] (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: = <=>
  • Loading branch information
mahmudsudo authored Oct 22, 2024
1 parent 98226ea commit 5f1438a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,22 @@ ark-bn254 = "0.3.0"
ark-ec = "0.3.0"
ark-ff = "0.3.0"
ark-std = "0.3.0"
criterion = "0.4.0"
csv = "1.1"
dotenv = "0.15.0"
env_logger = "0.10.0"
libc = "0.2.126"
log = "0.4.0"
num = "0.4"
num-bigint = "0.4"
num-traits = "0.2.15"
packed_struct = "0.10"
thiserror = "1.0"

[dev-dependencies]
criterion = "0.4.0"
env_logger = "0.10.0"
log = "0.4.0"
rand = "0.8.5"
rayon = "1.6.1"
strum = "0.24"
strum_macros = "0.24"
thiserror = "1.0"

[[bench]]
harness = false
Expand Down

0 comments on commit 5f1438a

Please sign in to comment.