mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +00:00
18 lines
444 B
TOML
18 lines
444 B
TOML
[package]
|
|
name = "psysonic-core"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
tauri = { version = "2" }
|
|
specta = { version = "=2.0.0-rc.25", features = ["derive"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
reqwest = { version = "0.13", default-features = false, features = ["rustls"] }
|
|
url = "2"
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
libc = "0.2"
|