diff options
| author | Josh Kingsley <josh@joshkingsley.me> | 2025-11-13 11:50:32 +0200 |
|---|---|---|
| committer | Josh Kingsley <josh@joshkingsley.me> | 2025-11-13 11:50:32 +0200 |
| commit | bd1fcb295ea4ef921d9e38b44cb27f212d55f644 (patch) | |
| tree | eec756795da1989daff9d39aead3bf3aba2e2112 /crdt/Cargo.toml | |
| parent | bebe4efd7987676201381c9e9cb9dfb16c5adaa3 (diff) | |
feat(crdt): add crdt crate
Diffstat (limited to 'crdt/Cargo.toml')
| -rw-r--r-- | crdt/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
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"] } |
