2025-09-20 20:36:57 -05:00
|
|
|
[package]
|
2025-09-24 00:35:15 -05:00
|
|
|
name = "tenori-ish"
|
2025-09-20 20:36:57 -05:00
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
eframe = "0.32.3"
|
2025-09-24 00:34:54 -05:00
|
|
|
tokio = { version = "1.47.1", features = ["rt", "rt-multi-thread", "macros"] }
|
2025-09-27 01:13:01 -05:00
|
|
|
rodio = { version = "0.21.1", features = ["noise"] }
|
|
|
|
|
toml = "0.9.7"
|
|
|
|
|
serde = { version = "1.0.227", features = ["derive"] }
|
2025-11-28 15:33:12 -06:00
|
|
|
rfd = "0.15.4"
|
|
|
|
|
color = "0.3.2"
|
2025-11-30 20:14:42 -06:00
|
|
|
rand = "0.9.2"
|