23 lines
641 B
TOML
23 lines
641 B
TOML
[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]
|
|
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 }
|
|
derive-new = "0.6.0"
|
|
indicatif = { version = "0.17.8", features = ["rayon"] }
|