diff --git a/Cargo.toml b/Cargo.toml index eb3b354..84e33f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "cacache" version = "0.1.0" authors = ["Kat Marchán "] edition = "2018" +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" [dependencies] ssri = "1.2.0"