xref: /aosp_15_r20/external/crosvm/common/audio_streams/Cargo.toml (revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
1[package]
2name = "audio_streams"
3version = "0.1.0"
4authors = ["The ChromiumOS Authors"]
5edition = "2021"
6
7[lib]
8path = "src/audio_streams.rs"
9
10[dependencies]
11async-trait = "0.1.36"
12remain = "0.2"
13thiserror = "1.0.20"
14futures = "0.3"
15serde = { version = "1.0", features = ["derive"] }
16