From f4910dba19475c1a1e09d27720763e7f1a829023 Mon Sep 17 00:00:00 2001 From: p6nj Date: Thu, 6 Jun 2024 22:01:12 +0200 Subject: [PATCH] prepare for upload to crates.io --- Cargo.toml | 6 ++++++ bent/Cargo.toml | 7 ++++++- bingus/Cargo.toml | 8 ++++++-- bong/Cargo.toml | 7 ++++++- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3eeef77..b3c6b13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,9 @@ [workspace] resolver = "2" members = ["bent", "bingus", "bong"] +package.edition = "2021" +package.license = "Unlicense" +package.description = "databending made easy" +package.authors = ["Breval Ferrari "] +package.repository = "https://codeberg.org/p6nj/bent" +package.keywords = ["databending", "data-bending", "bending", "bend", "art"] diff --git a/bent/Cargo.toml b/bent/Cargo.toml index 5cbbd47..7c3fd50 100644 --- a/bent/Cargo.toml +++ b/bent/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "bent" version = "0.1.0" -edition = "2021" +edition.workspace = true +license.workspace = true +description.workspace = true +authors.workspace = true +repository.workspace = true +keywords.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/bingus/Cargo.toml b/bingus/Cargo.toml index efd8c7e..e696687 100644 --- a/bingus/Cargo.toml +++ b/bingus/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "bingus" version = "0.1.0" -edition = "2021" -license = "Unlicense" +edition.workspace = true +license.workspace = true +description.workspace = true +authors.workspace = true +repository.workspace = true +keywords.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/bong/Cargo.toml b/bong/Cargo.toml index 1141f72..72e02ed 100644 --- a/bong/Cargo.toml +++ b/bong/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "bong" version = "0.1.0" -edition = "2021" +edition.workspace = true +license.workspace = true +description.workspace = true +authors.workspace = true +repository.workspace = true +keywords.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html