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"]