mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-22 17:39:12 +01:00
9 lines
132 B
TOML
9 lines
132 B
TOML
[package]
|
|
name = "yaak-common"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
serde_json = { workspace = true }
|