Skip to content

Commit

Permalink
chore(dist): update Cargo.toml to be ready for crates.io launch
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Mar 6, 2021
1 parent 51ff497 commit cc4b9c4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 18 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 12 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@

[package]
authors = ["Rami3L <[email protected]>"]
homepage = "https://github.com/rami3l/pacaptr"
repository = "https://github.com/rami3l/pacaptr"

keywords = ["package-management"]
categories = ["command-line-utilities"]
description = "A pacman-like wrapper for many package managers."

license = "GPL-3.0"
readme = "README.md"

edition = "2018"
include = ["LICENSE", "Cargo.toml", "src/**/*.rs", "build.rs"]
build = "build.rs"
name = "pacaptr"
version = "0.11.0"

Expand All @@ -20,7 +30,7 @@ regex = "1.4.3"
xshell = "0.1.9"

[dependencies]
async-trait = "0.1.42"
async-trait = "0.1.45"
bytes = "1.0.1"
clap = "3.0.0-beta.2"
colored = "2.0.0"
Expand All @@ -30,7 +40,7 @@ futures = "0.3.13"
is-root = "0.1.2"
lazy_static = "1.4.0"
regex = { version = "1.4.3", default-features = false, features = ["std", "perf"] }
serde = { version = "1.0.123", features = ["derive"] }
serde = { version = "1.0.124", features = ["derive"] }
thiserror = "1.0.24"
tokio = { version = "1.2.0", features = [
"io-std",
Expand Down

0 comments on commit cc4b9c4

Please sign in to comment.