From bd1fcb295ea4ef921d9e38b44cb27f212d55f644 Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Thu, 13 Nov 2025 11:50:32 +0200 Subject: feat(crdt): add crdt crate --- crdt/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 crdt/Cargo.toml (limited to 'crdt/Cargo.toml') diff --git a/crdt/Cargo.toml b/crdt/Cargo.toml new file mode 100644 index 0000000..18af1fe --- /dev/null +++ b/crdt/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "notive-crdt" +version = "0.1.0" +edition = "2024" + +[dependencies] +uuid = { version = "1.18.1", features = ["v7"] } -- cgit v1.2.3