From f498f64af8d982b54debae4b329add03c7cbc218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Th=C3=A9riault?= Date: Thu, 19 Sep 2019 21:48:12 -0400 Subject: [PATCH] Updated Cargo.toml --- Cargo.lock | 2 +- Cargo.toml | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a301fa8..d5c0832 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,7 +466,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "licensor" -version = "1.0.0" +version = "1.0.1" dependencies = [ "cargo-husky 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d2c6599..36f94b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,22 @@ [package] name = "licensor" -version = "1.0.0" +version = "1.0.1" authors = ["Raphaël Thériault "] -license = "Unlicense" +license = "MIT" description = "Write a license to standard output given its SPDX ID" +homepage = "https://github.com/raftario/licensor" +repository = "https://github.com/raftario/licensor.git" +readme = "README.md" +keywords = ["license", "cli"] +categories = ["command-line-utilities"] edition = "2018" build = "build.rs" +exclude = [ + "/target", + "**/*.rs.bk", + ".idea/", + ".github/", +] [dependencies] chrono = "0.4.9"