mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 21:51:59 +02:00
15 lines
344 B
TOML
15 lines
344 B
TOML
[package]
|
|
name = "yaak-templates"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
base64 = "0.22.1"
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true }
|
|
log = "0.4.22"
|
|
thiserror = { workspace = true }
|
|
tokio = { version = "1.39.3", features = ["macros", "rt"] }
|
|
ts-rs = { version = "10.0.0" }
|