mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +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"
|
criterion = "0.3"
|
||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
serde_crate = { package = "serde", version = "1.0", features = ["derive"] }
|
serde_crate = { package = "serde", version = "1.0", features = ["derive"] }
|
||||||
|
toml = { version = "0.5" }
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "ed25519_benchmarks"
|
name = "ed25519_benchmarks"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue