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