doc(cargo.toml): add more metadata to Cargo.toml

This commit is contained in:
Kat Marchán 2019-07-01 09:37:22 -07:00
parent cf925c1fa1
commit 1f2d03375b
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,15 @@ description = "Content-addressable, key-value, high-performance, on-disk cache."
license = "MIT OR Apache-2.0"
repository = "https://github.com/zkat/cacache-rs"
homepage = "https://github.com/zkat/cacache-rs"
readme = "README.md"
categories = [
"caching",
"filesystem"
]
[badges]
travis-ci = { repository = "zkat/cacache-rs", branch = "latest" }
maintenance = { status = "actively-developed" }
[dependencies]
ssri = "3.0.0"