swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-23 15:38:00 -0400
committermain <main@swarm.moe>2026-03-23 15:38:00 -0400
commitff76c72f3c78694eebe4824318e85c4751343cf4 (patch)
treecfb49d55874a9f90b11fed9756f00e1fc233faeb /Cargo.toml
parent36f3be895696e674fced66ef2b6d285149ee5562 (diff)
downloadphone_opus-ff76c72f3c78694eebe4824318e85c4751343cf4.zip
Support resuming Claude consult sessions
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 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"