mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Add missing toml dev-dependency.
This commit is contained in:
parent
97787d3716
commit
980ed6445f
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ bincode = "^0.9"
|
|||
criterion = "0.3"
|
||||
rand = "0.7"
|
||||
serde_crate = { package = "serde", version = "1.0", features = ["derive"] }
|
||||
toml = { version = "0.5" }
|
||||
|
||||
[[bench]]
|
||||
name = "ed25519_benchmarks"
|
||||
|
|
|
|||
Loading…
Reference in a new issue