aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commit77d1e161186c6d005781046339d89fa55de526fa (patch)
tree83d862cfd1dbbeaad3b87ec63494fcf6dd129ea4
parent7662dc6cec65ec136ce8acf8921cacb752482836 (diff)
downloadPAKEs-77d1e161186c6d005781046339d89fa55de526fa.tar.xz
Cargo.toml updates
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a176edd..b5f6ba6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }