ZIm/crates/audio/Cargo.toml
2024-01-23 17:40:30 +01:00

24 lines
436 B
TOML

[package]
name = "audio"
version = "0.1.0"
edition = "2021"
publish = false
license = "AGPL-3.0-only"
[lib]
path = "src/audio.rs"
doctest = false
[dependencies]
gpui = { path = "../gpui" }
collections = { path = "../collections" }
util = { path = "../util" }
rodio ={version = "0.17.1", default-features=false, features = ["wav"]}
log.workspace = true
futures.workspace = true
anyhow.workspace = true
parking_lot.workspace = true