From ff76c72f3c78694eebe4824318e85c4751343cf4 Mon Sep 17 00:00:00 2001 From: main Date: Mon, 23 Mar 2026 15:38:00 -0400 Subject: Support resuming Claude consult sessions --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 221e0c7..0e362a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,7 @@ libmcp-testkit = { git = "https://git.swarm.moe/libmcp.git", rev = "e325cd23f193 serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.145" thiserror = "2.0.17" +uuid = "1.18.1" [workspace.lints.rust] elided_lifetimes_in_paths = "deny" -- cgit v1.2.3