summaryrefslogtreecommitdiff
path: root/crdt/Cargo.toml
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-11-14 00:06:56 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-11-14 00:14:21 +0200
commit5447ffaf2f8f94cea5ad634472da1515172525e6 (patch)
tree84cead36a9f634df5e36369c10ba22bac573ce89 /crdt/Cargo.toml
parentccf7a93504965e0ecbd6d30adee1c8404fa65425 (diff)
feat(crdt): implement ChangeSubdivisions op
Diffstat (limited to 'crdt/Cargo.toml')
-rw-r--r--crdt/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crdt/Cargo.toml b/crdt/Cargo.toml
index 18af1fe..d96c04f 100644
--- a/crdt/Cargo.toml
+++ b/crdt/Cargo.toml
@@ -4,4 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
+thiserror = "2.0.17"
uuid = { version = "1.18.1", features = ["v7"] }