mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 22:40:26 +01:00
10 lines
208 B
TOML
10 lines
208 B
TOML
[package]
|
|
name = "yaak-sse"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
serde = { workspace = true, features = ["derive"] }
|
|
ts-rs = { workspace = true, features = ["serde-json-impl"] }
|