From 7b460706a170b66edf6a346f679cdfaaf8487b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Thu, 6 Jun 2019 10:29:36 +0200 Subject: [PATCH] meta: add some fields to Cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) 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"