10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "singer"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.102"
|
||||
macroquad = { version = "0.4.14", features = ["log-rs"] }
|
||||
midly = "0.5.3"
|
||||
serialport = "4.9.0"
|
||||
Reference in New Issue
Block a user