- 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
14 lines
263 B
TOML
14 lines
263 B
TOML
[package]
|
|
name = "fbrowser-archive"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
flate2.workspace = true
|
|
serde.workspace = true
|
|
tar.workspace = true
|
|
tokio.workspace = true
|
|
zip.workspace = true
|