16 lines
519 B
TOML
16 lines
519 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["bent", "bent-funny-zone", "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"]
|
|
|
|
[workspace.dependencies]
|
|
fundsp = "0.18.2"
|
|
image = "0.24.9"
|
|
anyhow = "1.0.86"
|
|
dasp_sample = "0.11.0"
|
|
bingus = { version = "0.1.0", path = "bingus" }
|