mirror of
https://github.com/haileys/bark
synced 2024-11-10 14:04:15 +00:00
13 lines
314 B
TOML
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"
|