bent/bent-funny-zone/Cargo.toml

25 lines
659 B
TOML
Raw Normal View History

2024-06-23 22:09:16 +00:00
[package]
name = "bent-funny-zone"
version = "0.1.0"
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
[dependencies]
2024-07-07 06:19:23 +00:00
image = { workspace = true }
fundsp = { workspace = true }
anyhow = { workspace = true }
bingus = { workspace = true }
dasp_sample = { workspace = true }
rayon = { workspace = true }
dirs = { workspace = true }
rfd = { workspace = true }
2024-07-13 07:07:50 +00:00
derive-new = { workspace = true }
infer = { workspace = true }
indicatif = { workspace = true }