Build Resonant v0.1 as a polished single-user Tauri/OpenSubsonic music player with demo playback, responsive library browsing, search, favorites, queue, server setup, tests, and docs
Hop-State: A_06FNDQKBYQT60ENR92VY6KG Hop-Proposal: R_06FNDQJ64YSD232PJ7AT47R Hop-Task: T_06FNDK6YRGJ4TEATJEC6EQR Hop-Attempt: AT_06FNDK6YRMRZ1VHNB189B48
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[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]
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
tauri = { version = "2", features = [] }
|
||||
Reference in New Issue
Block a user