mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-25 03:54:59 +01:00
25 lines
653 B
TOML
25 lines
653 B
TOML
[package]
|
|
name = "yaak-sync"
|
|
links = "yaak-sync"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
yaak-models = { workspace = true }
|
|
chrono = { version = "0.4.38", features = ["serde"] }
|
|
serde = { version = "1.0.215", features = ["derive"] }
|
|
tauri = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
ts-rs = { workspace = true, features = ["chrono-impl", "serde-json-impl"] }
|
|
serde_yaml = "0.9.34"
|
|
log = "0.4.22"
|
|
serde_json = "1.0.132"
|
|
hex = "0.4.3"
|
|
sha1 = "0.10.6"
|
|
tokio = { version = "1.42.0", features = ["fs", "sync", "macros"] }
|
|
notify = "7.0.0"
|
|
|
|
[build-dependencies]
|
|
tauri-plugin = { workspace = true, features = ["build"] }
|