diff options
| author | main <main@swarm.moe> | 2026-03-23 15:38:00 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-23 15:38:00 -0400 |
| commit | ff76c72f3c78694eebe4824318e85c4751343cf4 (patch) | |
| tree | cfb49d55874a9f90b11fed9756f00e1fc233faeb /crates/phone-opus/Cargo.toml | |
| parent | 36f3be895696e674fced66ef2b6d285149ee5562 (diff) | |
| download | phone_opus-ff76c72f3c78694eebe4824318e85c4751343cf4.zip | |
Support resuming Claude consult sessions
Diffstat (limited to 'crates/phone-opus/Cargo.toml')
| -rw-r--r-- | crates/phone-opus/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/phone-opus/Cargo.toml b/crates/phone-opus/Cargo.toml index 402d459..b96bab3 100644 --- a/crates/phone-opus/Cargo.toml +++ b/crates/phone-opus/Cargo.toml @@ -17,6 +17,7 @@ libmcp.workspace = true serde.workspace = true serde_json.workspace = true thiserror.workspace = true +uuid.workspace = true [dev-dependencies] libmcp-testkit.workspace = true |