Skip to content

Commit

Permalink
chore: reformulate Cargo.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Aug 23, 2021
1 parent 72753fb commit ed7fe31
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
# cargo-features = ["strip"]

[package]
name = "pacaptr"
version = "0.13.1"
edition = "2018"
license = "GPL-3.0"

authors = ["Rami3L <[email protected]>"]
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

Expand Down
6 changes: 6 additions & 0 deletions crates/pacaptr-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
name = "pacaptr-macros"
version = "0.13.1"
edition = "2018"
license = "GPL-3.0"

authors = ["Rami3L <[email protected]>"]
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

Expand Down

0 comments on commit ed7fe31

Please sign in to comment.