diff --git a/Cargo.toml b/Cargo.toml index 87939c2..99ff831 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "pareg" version = "0.1.0" edition = "2021" +license-file = "LICENSE" +description = "Rust library with useful tools for command line argument parsing" +homepage = "https://github.com/BonnyAD9/pareg" +repository = "https://github.com/BonnyAD9/pareg" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pareg_core/Cargo.toml b/pareg_core/Cargo.toml index 9d6a10a..062033c 100644 --- a/pareg_core/Cargo.toml +++ b/pareg_core/Cargo.toml @@ -2,6 +2,11 @@ name = "pareg_core" version = "0.1.0" edition = "2021" +license-file = "../LICENSE" +description = "This library contains the implementation for the pareg library." +homepage = "https://github.com/BonnyAD9/pareg" +repository = "https://github.com/BonnyAD9/pareg" +readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pareg_proc/Cargo.toml b/pareg_proc/Cargo.toml index af0b93c..fd390bb 100644 --- a/pareg_proc/Cargo.toml +++ b/pareg_proc/Cargo.toml @@ -2,6 +2,11 @@ name = "pareg_proc" version = "0.1.0" edition = "2021" +license-file = "../LICENSE" +description = "This library contains proc macros for the pareg library." +homepage = "https://github.com/BonnyAD9/pareg" +repository = "https://github.com/BonnyAD9/pareg" +readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html