mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 08:59:07 +01:00
10 lines
144 B
TOML
10 lines
144 B
TOML
[package]
|
|
name = "yaak-common"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
tauri = { workspace = true }
|
|
regex = "1.11.0"
|