From 3b241d4c83ca37921f63dfe57a6d917b3a8396b3 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Fri, 22 Oct 2021 16:10:46 +0200 Subject: [PATCH] Polish Cargo.toml files --- commands/gng-build-agent/Cargo.toml | 6 ++++-- commands/gng-build/Cargo.toml | 8 +++++--- commands/gng-repo/Cargo.toml | 6 ++++-- crates/gng_build_shared/Cargo.toml | 6 ++++-- crates/gng_contained_command/Cargo.toml | 6 ++++-- crates/gng_core/Cargo.toml | 6 ++++-- crates/gng_package/Cargo.toml | 6 ++++-- crates/gng_packet_db/Cargo.toml | 6 ++++-- crates/gng_packet_io/Cargo.toml | 6 ++++-- 9 files changed, 37 insertions(+), 19 deletions(-) diff --git a/commands/gng-build-agent/Cargo.toml b/commands/gng-build-agent/Cargo.toml index 2614a37..8703cdc 100644 --- a/commands/gng-build-agent/Cargo.toml +++ b/commands/gng-build-agent/Cargo.toml @@ -1,12 +1,14 @@ [package] name = "gng-build-agent" version = "0.1.0" -edition = "2021" + authors = ["Tobias Hunger "] -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" } diff --git a/commands/gng-build/Cargo.toml b/commands/gng-build/Cargo.toml index 266b942..d0fed04 100644 --- a/commands/gng-build/Cargo.toml +++ b/commands/gng-build/Cargo.toml @@ -1,19 +1,21 @@ [package] name = "gng-build" version = "0.1.0" -edition = "2021" + authors = ["Tobias Hunger "] -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" ] } diff --git a/commands/gng-repo/Cargo.toml b/commands/gng-repo/Cargo.toml index e007bbe..c36b8c6 100644 --- a/commands/gng-repo/Cargo.toml +++ b/commands/gng-repo/Cargo.toml @@ -1,12 +1,14 @@ [package] name = "gng-repo" version = "0.1.0" -edition = "2021" + authors = ["Tobias Hunger "] -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" } diff --git a/crates/gng_build_shared/Cargo.toml b/crates/gng_build_shared/Cargo.toml index 152281f..3aab70d 100644 --- a/crates/gng_build_shared/Cargo.toml +++ b/crates/gng_build_shared/Cargo.toml @@ -1,12 +1,14 @@ [package] name = "gng_build_shared" version = "0.1.0" + authors = ["Tobias Hunger "] -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" } diff --git a/crates/gng_contained_command/Cargo.toml b/crates/gng_contained_command/Cargo.toml index 0ee540b..3d36d3e 100644 --- a/crates/gng_contained_command/Cargo.toml +++ b/crates/gng_contained_command/Cargo.toml @@ -1,12 +1,14 @@ [package] name = "gng_contained_command" version = "0.1.0" + authors = ["Tobias Hunger "] -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" } diff --git a/crates/gng_core/Cargo.toml b/crates/gng_core/Cargo.toml index 7a896d7..88acda6 100644 --- a/crates/gng_core/Cargo.toml +++ b/crates/gng_core/Cargo.toml @@ -1,12 +1,14 @@ [package] name = "gng_core" version = "0.1.0" -edition = "2021" + authors = ["Tobias Hunger "] -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" } diff --git a/crates/gng_package/Cargo.toml b/crates/gng_package/Cargo.toml index 6a675a8..f0892d4 100644 --- a/crates/gng_package/Cargo.toml +++ b/crates/gng_package/Cargo.toml @@ -1,12 +1,14 @@ [package] name = "gng_package" version = "0.1.0" + authors = ["Tobias Hunger "] -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" } diff --git a/crates/gng_packet_db/Cargo.toml b/crates/gng_packet_db/Cargo.toml index efcf115..aca76ec 100644 --- a/crates/gng_packet_db/Cargo.toml +++ b/crates/gng_packet_db/Cargo.toml @@ -1,12 +1,14 @@ [package] name = "gng_packet_db" version = "0.1.0" + authors = ["Tobias Hunger "] -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" } diff --git a/crates/gng_packet_io/Cargo.toml b/crates/gng_packet_io/Cargo.toml index 6b7e35e..972c253 100644 --- a/crates/gng_packet_io/Cargo.toml +++ b/crates/gng_packet_io/Cargo.toml @@ -1,12 +1,14 @@ [package] name = "gng_packet_io" version = "0.1.0" + authors = ["Tobias Hunger "] -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" }