mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 17:18:32 +02:00
Filesystem Sync (#142)
This commit is contained in:
9
src-tauri/yaak-sse/Cargo.toml
Normal file
9
src-tauri/yaak-sse/Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "yaak-sse"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.204", features = ["derive"] }
|
||||
ts-rs = { version = "10.0.0", features = ["serde-json-impl"] }
|
||||
Reference in New Issue
Block a user