bent/bent-funny-zone/Cargo.toml

18 lines
458 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]
anyhow = "1.0.86"
bmp = "0.5.0"
2024-06-24 08:27:09 +00:00
dasp_sample = "0.11.0"
2024-06-27 16:30:02 +00:00
fundsp = { version = "0.18.1", default-features = false, features = ["std"] }