From 1f2d03375babc00e82ce77769d649d9427d5bcd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Mon, 1 Jul 2019 09:37:22 -0700 Subject: [PATCH] doc(cargo.toml): add more metadata to Cargo.toml --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f9c8e11..4bcbc4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"