bark/Cargo.toml
Hailey Somerville 9e44cb7881 bark!
2023-08-14 19:16:35 +10:00

13 lines
314 B
TOML

[package]
name = "bark"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytemuck = { version = "1.13.1", features = ["derive"] }
cpal = "0.15.2"
derive_more = "0.99.17"
num-rational = "0.4.1"
structopt = "0.3.26"