bent/Cargo.toml

17 lines
519 B
TOML
Raw Normal View History

2024-05-01 07:39:51 +00:00
[workspace]
2024-06-06 19:51:01 +00:00
resolver = "2"
2024-06-23 22:09:16 +00:00
members = ["bent", "bent-funny-zone", "bingus", "bong"]
2024-06-06 20:01:12 +00:00
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"]
2024-06-29 12:08:50 +00:00
[workspace.dependencies]
2024-07-07 06:19:23 +00:00
fundsp = "0.18.2"
image = "0.24.9"
anyhow = "1.0.86"
2024-06-29 12:08:50 +00:00
dasp_sample = "0.11.0"
2024-07-07 06:19:23 +00:00
bingus = { version = "0.1.0", path = "bingus" }