prepare for upload to crates.io

This commit is contained in:
Ponj 2024-06-06 22:01:12 +02:00
parent 027af2d36e
commit f4910dba19
Signed by: p6nj
GPG Key ID: CEAB625B75A836B2
4 changed files with 24 additions and 4 deletions

View File

@ -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 <breee@duck.com>"]
package.repository = "https://codeberg.org/p6nj/bent"
package.keywords = ["databending", "data-bending", "bending", "bend", "art"]

View File

@ -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

View File

@ -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

View File

@ -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