mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Add a Travis badge to Cargo.toml.
This commit is contained in:
parent
9ea46e0a7c
commit
23a14cebb4
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ categories = ["cryptography", "no-std"]
|
|||
description = "Fast and efficient ed25519 signing and verification in pure Rust."
|
||||
exclude = [ ".gitignore", "TESTVECTORS" ]
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "isislovecruft/ed25519-dalek", branch = "master"}
|
||||
|
||||
[dependencies]
|
||||
arrayref = "0.3.3"
|
||||
sha2 = "^0.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue