diff --git a/Cargo.toml b/Cargo.toml index 17aa01a1..e48d4c89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,12 +10,12 @@ include = ["**/*.rs", "Cargo.toml", "README.md", ".gitignore"] [dependencies] blake2 = "0.10.6" -blst = "0.3.13" [dev-dependencies] rand_core = "0.6.4" rand_chacha = "0.3.1" test-case = "3.3.1" +blst = "0.3.13" [lints.rust] missing-copy-implementations = "warn"