mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-20 16:43:53 +01:00
10 lines
213 B
TOML
10 lines
213 B
TOML
[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"] }
|