10 lines
238 B
TOML
10 lines
238 B
TOML
[package]
|
|
name = "interface"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.95"
|
|
cpal = "0.15.3"
|
|
pitch-detection = "0.3"
|
|
rust-music-theory = {git = "https://github.com/the-drunk-coder/rust-music-theory", rev = "a062d65"}
|