diff options
| author | main <main@swarm.moe> | 2026-03-23 18:11:44 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-23 18:11:44 -0400 |
| commit | 4e80028e44ede42b9e0f7bd4beaee8a5cf9aae7c (patch) | |
| tree | edcc99524a961398060fd1a1002d271107c15d72 /Cargo.toml | |
| parent | a4a4798b4deed085021149e45e20c5e014ee4de5 (diff) | |
| download | phone_opus-4e80028e44ede42b9e0f7bd4beaee8a5cf9aae7c.zip | |
Persist consult outputs in /tmp
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] } |