]> git.lizzy.rs Git - PAKEs.git/commitdiff
Cargo.toml updates
authorАртём Павлов [Artyom Pavlov] <newpavlov@gmail.com>
Sun, 13 Aug 2017 01:15:52 +0000 (04:15 +0300)
committerАртём Павлов [Artyom Pavlov] <newpavlov@gmail.com>
Sun, 13 Aug 2017 01:15:52 +0000 (04:15 +0300)
Cargo.toml

index a176edd0841894db6aa983f115052c449a9a77cf..b5f6ba65900d087f83b9aee3f9a50f9c0c9a76fe 100644 (file)
@@ -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" }