mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
a44fc24445
Follow-up to #8353 Release Notes: - N/A
20 lines
398 B
TOML
20 lines
398 B
TOML
[package]
|
|
name = "audio"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lib]
|
|
path = "src/audio.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
collections.workspace = true
|
|
derive_more.workspace = true
|
|
gpui.workspace = true
|
|
parking_lot.workspace = true
|
|
rodio = { version = "0.17.1", default-features = false, features = ["wav"] }
|
|
util.workspace = true
|