From 752d18e5dff14c595c351c0b21235dce71899c8a Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 25 Feb 2017 23:56:39 -0800 Subject: [PATCH] Add description and license to Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 28f2912..350d124 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,9 @@ [package] name = "rustsec-advisory-db" +description = "Security advisory database for Rust crates published through crates.io" version = "0.0.0" authors = ["Tony Arcieri "] +license_file = "LICENSE.txt" repository = "https://github.com/rustsec/advisory-db" documentation = "https://github.com/rustsec/advisory-db" categories = ["api-bindings", "development-tools"]