mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 00:49:45 +01:00
* Search and install plugins PoC * Checksum * Tab sidebar for settings * Fix nested tabs, and tweaks * Table for plugin results * Deep links working * Focus window during deep links * Merge branch 'master' into plugin-directory * More stuff
13 lines
297 B
TOML
13 lines
297 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"] }
|