Create initial interface app

This commit is contained in:
Nettika 2025-10-09 13:54:29 -07:00
parent 5210c0a5e6
commit 2e1cd7dc16
9 changed files with 3100 additions and 6 deletions

12
app/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "jukebox"
version = "0.1.0"
edition = "2024"
[dependencies]
base64 = "0.22.1"
maud = "0.27.0"
serde = "1.0.228"
serde_json = "1.0.145"
tao = { version = "0.34.3", default-features = false, features = ["rwh_06"] }
wry = { version = "0.53.3", default-features = false, features = ["os-webview", "protocol"] }