Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2026-03-28 00:45:14 +02:00
commit ecc931dbb7
7 changed files with 926 additions and 0 deletions

10
Cargo.toml Normal file
View 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"