- Replace the Python/Docker setup with a Rust workspace and Tauri frontend - Add core crates for archive, audio, MIDI, plugin, and desktop UI layers - Refresh the app scaffolding, build config, and documentation
13 lines
265 B
TOML
13 lines
265 B
TOML
[package]
|
|
name = "fbrowser-midi"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
fbrowser-audio = { path = "../fbrowser-audio" }
|
|
midir.workspace = true
|
|
midly.workspace = true
|
|
serde.workspace = true
|