Add missing toml dev-dependency.

This commit is contained in:
Isis Lovecruft 2020-07-14 22:23:31 +00:00
parent 97787d3716
commit 980ed6445f
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -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"