From 4e80028e44ede42b9e0f7bd4beaee8a5cf9aae7c Mon Sep 17 00:00:00 2001 From: main Date: Mon, 23 Mar 2026 18:11:44 -0400 Subject: Persist consult outputs in /tmp --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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"] } -- cgit v1.2.3