swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 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"] }