Skip to content

Commit

Permalink
Polish Cargo.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
hunger committed Oct 22, 2021
1 parent 67255a4 commit 3b241d4
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 19 deletions.
6 changes: 4 additions & 2 deletions commands/gng-build-agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[package]
name = "gng-build-agent"
version = "0.1.0"
edition = "2021"

authors = ["Tobias Hunger <tobias.hunger@gmail.com>"]
license = "GPL-3.0-or-later"
categories = ["tool", "packaging", "distribution", "linux", "cleanroom"]
edition = "2021"
keywords = ["tool", "packaging", "distribution", "linux", "cleanroom"]
license = "GPL-3.0-or-later"
repository = "https://github.com/hunger/gng"
rust-version = "1.56"

[dependencies]
gng_build_shared = { path = "../../crates/gng_build_shared" }
Expand Down
8 changes: 5 additions & 3 deletions commands/gng-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
[package]
name = "gng-build"
version = "0.1.0"
edition = "2021"

authors = ["Tobias Hunger <tobias.hunger@gmail.com>"]
license = "GPL-3.0-or-later"
categories = ["tool", "packaging", "distribution", "linux", "cleanroom"]
edition = "2021"
keywords = ["tool", "packaging", "distribution", "linux", "cleanroom"]
license = "GPL-3.0-or-later"
repository = "https://github.com/hunger/gng"
rust-version = "1.56"

[dependencies]
gng_build_shared = { path = "../../crates/gng_build_shared" }
gng_contained_command = { path = "../../crates/gng_contained_command" }
gng_core = { path = "../../crates/gng_core" }
# gng_packet_db = { path = "../../crates/gng_packet_db" }
gng_package = { path = "../../crates/gng_package" }
# gng_packet_db = { path = "../../crates/gng_packet_db" }

clap = { version = "3.0.0-beta.2" }
# downloader = { version = "0.2", default-features = false, features = [ "tui", "verify", "rustls-tls" ] }
Expand Down
6 changes: 4 additions & 2 deletions commands/gng-repo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[package]
name = "gng-repo"
version = "0.1.0"
edition = "2021"

authors = ["Tobias Hunger <tobias.hunger@gmail.com>"]
license = "GPL-3.0-or-later"
categories = ["tool", "packaging", "distribution", "linux", "cleanroom"]
edition = "2021"
keywords = ["tool", "packaging", "distribution", "linux", "cleanroom"]
license = "GPL-3.0-or-later"
repository = "https://github.com/hunger/gng"
rust-version = "1.56"

[dependencies]
gng_core = { path = "../../crates/gng_core" }
Expand Down
6 changes: 4 additions & 2 deletions crates/gng_build_shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[package]
name = "gng_build_shared"
version = "0.1.0"

authors = ["Tobias Hunger <tobias.hunger@gmail.com>"]
edition = "2021"
license = "GPL-3.0-or-later"
categories = ["tool", "packaging", "distribution", "linux", "cleanroom"]
edition = "2021"
keywords = ["tool", "packaging", "distribution", "linux", "cleanroom"]
license = "GPL-3.0-or-later"
repository = "https://github.com/hunger/gng"
rust-version = "1.56"

[dependencies]
gng_core = { path = "../gng_core" }
Expand Down
6 changes: 4 additions & 2 deletions crates/gng_contained_command/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[package]
name = "gng_contained_command"
version = "0.1.0"

authors = ["Tobias Hunger <tobias.hunger@gmail.com>"]
edition = "2021"
license = "GPL-3.0-or-later"
categories = ["tool", "packaging", "distribution", "linux", "cleanroom"]
edition = "2021"
keywords = ["tool", "packaging", "distribution", "linux", "cleanroom"]
license = "GPL-3.0-or-later"
repository = "https://github.com/hunger/gng"
rust-version = "1.56"

[dependencies]
gng_core = { path = "../gng_core" }
Expand Down
6 changes: 4 additions & 2 deletions crates/gng_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[package]
name = "gng_core"
version = "0.1.0"
edition = "2021"

authors = ["Tobias Hunger <tobias.hunger@gmail.com>"]
license = "GPL-3.0-or-later"
categories = ["tool", "packaging", "distribution", "linux", "cleanroom"]
edition = "2021"
keywords = ["tool", "packaging", "distribution", "linux", "cleanroom"]
license = "GPL-3.0-or-later"
repository = "https://github.com/hunger/gng"
rust-version = "1.56"

[dependencies]
clap = { version = "3.0.0-beta.2" }
Expand Down
6 changes: 4 additions & 2 deletions crates/gng_package/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[package]
name = "gng_package"
version = "0.1.0"

authors = ["Tobias Hunger <tobias.hunger@gmail.com>"]
edition = "2021"
license = "GPL-3.0-or-later"
categories = ["tool", "packaging", "distribution", "linux", "cleanroom"]
edition = "2021"
keywords = ["tool", "packaging", "distribution", "linux", "cleanroom"]
license = "GPL-3.0-or-later"
repository = "https://github.com/hunger/gng"
rust-version = "1.56"

[dependencies]
gng_core = { path = "../gng_core" }
Expand Down
6 changes: 4 additions & 2 deletions crates/gng_packet_db/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[package]
name = "gng_packet_db"
version = "0.1.0"

authors = ["Tobias Hunger <tobias.hunger@gmail.com>"]
edition = "2021"
license = "GPL-3.0-or-later"
categories = ["tool", "packaging", "distribution", "linux", "cleanroom"]
edition = "2021"
keywords = ["tool", "packaging", "distribution", "linux", "cleanroom"]
license = "GPL-3.0-or-later"
repository = "https://github.com/hunger/gng"
rust-version = "1.56"

[dependencies]
gng_core = { path = "../gng_core" }
Expand Down
6 changes: 4 additions & 2 deletions crates/gng_packet_io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[package]
name = "gng_packet_io"
version = "0.1.0"

authors = ["Tobias Hunger <tobias.hunger@gmail.com>"]
edition = "2021"
license = "GPL-3.0-or-later"
categories = ["tool", "packaging", "distribution", "linux", "cleanroom"]
edition = "2021"
keywords = ["tool", "packaging", "distribution", "linux", "cleanroom"]
license = "GPL-3.0-or-later"
repository = "https://github.com/hunger/gng"
rust-version = "1.56"

[dependencies]
gng_core = { path = "../gng_core" }
Expand Down

0 comments on commit 3b241d4

Please sign in to comment.