mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 00:49:17 +01:00
14 lines
331 B
TOML
14 lines
331 B
TOML
[package]
|
|
name = "yaak-common"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
tauri = { workspace = true }
|
|
reqwest = { workspace = true, features = ["system-proxy", "gzip"] }
|
|
thiserror = { workspace = true }
|
|
regex = "1.11.0"
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true }
|