diff --git a/Cargo.toml b/Cargo.toml index eb4c6ea0a47..931007b8297 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,23 +1,24 @@ # cargo-features = ["strip"] [package] +name = "pacaptr" +version = "0.13.1" +edition = "2018" +license = "GPL-3.0" + authors = ["Rami3L "] homepage = "https://github.com/rami3l/pacaptr" repository = "https://github.com/rami3l/pacaptr" +description = "Pacman-like syntax wrapper for many package managers." +readme = "README.md" keywords = ["package-management"] categories = ["command-line-utilities"] -description = "Pacman-like syntax wrapper for many package managers." -license = "GPL-3.0" -readme = "README.md" - -edition = "2018" include = ["LICENSE", "Cargo.toml", "src/**/*.rs", "build.rs"] exclude = ["dist/**/*", "docs/**/*"] # build = "build.rs" -name = "pacaptr" -version = "0.13.1" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/pacaptr-macros/Cargo.toml b/crates/pacaptr-macros/Cargo.toml index 690f4659c35..1857099090a 100644 --- a/crates/pacaptr-macros/Cargo.toml +++ b/crates/pacaptr-macros/Cargo.toml @@ -2,6 +2,12 @@ name = "pacaptr-macros" version = "0.13.1" edition = "2018" +license = "GPL-3.0" + +authors = ["Rami3L "] +homepage = "https://github.com/rami3l/pacaptr/tree/master/crates/pacaptr-macros" +repository = "https://github.com/rami3l/pacaptr/tree/master/crates/pacaptr-macros" +description = "Implementation of several macros used in pacaptr." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html