Browse Source

fixed bug in cargo.toml

pull/8/head
Nanak Nihal Singh Khalsa 1 year ago
parent
commit
f9efededfb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Cargo.toml

+ 1
- 1
Cargo.toml

@ -9,7 +9,7 @@ repository = "https://github.com/arnaucube/babyjubjub-rs"
readme = "README.md"
[dependencies]
ff = {package="ff_ce" , version= "0.11", features = ["derive"]}
ff = {package="ff_ce", version= "0.11", features = ["derive"]}
rand = "0.8"
num = "0.4"
num-bigint = {version = "0.4", features = ["rand"]}

Loading…
Cancel
Save