From 5447ffaf2f8f94cea5ad634472da1515172525e6 Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Fri, 14 Nov 2025 00:06:56 +0200 Subject: feat(crdt): implement ChangeSubdivisions op --- crdt/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crdt/Cargo.toml') 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"] } -- cgit v1.2.3