73c4eb1857
Hop-State: A_06FNEJ4B52YWW6V4DQKVHXR Hop-Proposal: R_06FNEJ37KHGP1VCKVNTV95R Hop-Task: T_06FNEEBRXR47KT7H71N5H68 Hop-Attempt: AT_06FNEEBRXS5YEZ0KZ4MTDZG
22 lines
472 B
TOML
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"
|