mirror of https://github.com/zkat/cacache-rs.git
doc(cargo.toml): add more metadata to Cargo.toml
This commit is contained in:
parent
cf925c1fa1
commit
1f2d03375b
|
|
@ -7,6 +7,15 @@ description = "Content-addressable, key-value, high-performance, on-disk cache."
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/zkat/cacache-rs"
|
repository = "https://github.com/zkat/cacache-rs"
|
||||||
homepage = "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]
|
[dependencies]
|
||||||
ssri = "3.0.0"
|
ssri = "3.0.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue