summaryrefslogtreecommitdiff
path: root/makima/Cargo.toml
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2026-02-03 22:01:29 +0000
committersoryu <soryu@soryu.co>2026-02-03 22:01:37 +0000
commitcf0a25af1d2834bfe6c5ea892ce5769936e5a673 (patch)
tree476ba326ac1752281a441b5c17d2b3be4b23a2a9 /makima/Cargo.toml
parent8361916ce67f3d2ba191ebf27cb50e79cb42e39c (diff)
downloadsoryu-cf0a25af1d2834bfe6c5ea892ce5769936e5a673.tar.gz
soryu-cf0a25af1d2834bfe6c5ea892ce5769936e5a673.zip
Add makima chain mechanism
Diffstat (limited to 'makima/Cargo.toml')
-rw-r--r--makima/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/makima/Cargo.toml b/makima/Cargo.toml
index 950c123..9f47b97 100644
--- a/makima/Cargo.toml
+++ b/makima/Cargo.toml
@@ -23,6 +23,7 @@ tokio = { version = "1.0", features = ["full", "signal", "process"] }
tower-http = { version = "0.6", features = ["cors", "trace"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
+serde_yaml = "0.9"
toml = "0.8"
futures = "0.3"
tracing = "0.1"