mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-22 17:39:12 +01:00
12 lines
268 B
TOML
12 lines
268 B
TOML
[package]
|
|
name = "yaak_templates"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
log = "0.4.22"
|
|
serde = { version = "1.0.208", features = ["derive"] }
|
|
serde_json = "1.0.125"
|
|
ts-rs = { version = "9.0.1" }
|
|
tokio = { version = "1.39.3", features = ["macros", "rt"] }
|