swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-23 18:11:44 -0400
committermain <main@swarm.moe>2026-03-23 18:11:44 -0400
commit4e80028e44ede42b9e0f7bd4beaee8a5cf9aae7c (patch)
treeedcc99524a961398060fd1a1002d271107c15d72 /Cargo.toml
parenta4a4798b4deed085021149e45e20c5e014ee4de5 (diff)
downloadphone_opus-4e80028e44ede42b9e0f7bd4beaee8a5cf9aae7c.zip
Persist consult outputs in /tmp
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 80f336e..dc704a6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,7 @@ libmcp = { git = "https://git.swarm.moe/libmcp.git", rev = "e325cd23f19378f54398
libmcp-testkit = { git = "https://git.swarm.moe/libmcp.git", rev = "e325cd23f19378f543981071673c1d03be438fa5", package = "libmcp-testkit" }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
+time = { version = "0.3", features = ["formatting", "macros"] }
thiserror = "2.0.17"
users = "0.11"
uuid = { version = "1.18.1", features = ["serde", "v4"] }