Files
Resonant/src-tauri/Cargo.toml
T
cyph3rasi 73c4eb1857 Load newest albums and complete song pages, add a Songs view, bundle FFmpeg, persist credentials securely, and serve the managed library on the LAN
Hop-State: A_06FNEJ4B52YWW6V4DQKVHXR
Hop-Proposal: R_06FNEJ37KHGP1VCKVNTV95R
Hop-Task: T_06FNEEBRXR47KT7H71N5H68
Hop-Attempt: AT_06FNEEBRXS5YEZ0KZ4MTDZG
2026-07-12 10:03:19 -07:00

22 lines
472 B
TOML

[package]
name = "resonant"
version = "0.1.0"
description = "Your library, wherever you listen."
authors = ["GnosysLabs"]
edition = "2021"
[lib]
name = "resonant_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2", features = [] }
[dependencies]
keyring = "4.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tauri = { version = "2", features = [] }
tauri-plugin-dialog = "2"
tauri-plugin-shell = "2"