diff options
author | Артём Павлов [Artyom Pavlov] <newpavlov@gmail.com> | 2017-08-13 04:15:52 +0300 |
---|---|---|
committer | Артём Павлов [Artyom Pavlov] <newpavlov@gmail.com> | 2017-08-13 04:15:52 +0300 |
commit | 77d1e161186c6d005781046339d89fa55de526fa (patch) | |
tree | 83d862cfd1dbbeaad3b87ec63494fcf6dd129ea4 | |
parent | 7662dc6cec65ec136ce8acf8921cacb752482836 (diff) | |
download | PAKEs-77d1e161186c6d005781046339d89fa55de526fa.tar.xz |
Cargo.toml updates
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -2,6 +2,12 @@ name = "srp" version = "0.1.0" authors = ["RustCrypto Developers"] +license = "MIT/Apache-2.0" +description = "Secure Remote Password (SRP) protocol implementation" +documentation = "https://docs.rs/srp" +repository = "https://github.com/RustCrypto/SRP" +keywords = ["crypto", "pake", "authentication"] +categories = ["cryptography", "authentication"] [dependencies] num = "*" @@ -11,3 +17,6 @@ digest = "*" [dev-dependencies] sha2 = "*" + +[badges] +travis-ci = { repository = "RustCrypto/SRP" } |