mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-17 22:39:42 +02:00
19 lines
398 B
TOML
19 lines
398 B
TOML
[package]
|
|
name = "yaak-app-proxy"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
authors = ["Gregory Schier"]
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "tauri_app_proxy_lib"
|
|
crate-type = ["staticlib", "cdylib", "lib"]
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2.5.3", features = [] }
|
|
|
|
[dependencies]
|
|
serde = { workspace = true, features = ["derive"] }
|
|
tauri = { workspace = true }
|
|
yaak-proxy = { workspace = true }
|