summaryrefslogtreecommitdiff
path: root/crdt/Cargo.toml
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-11-15 23:50:55 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-11-15 23:50:55 +0200
commit7d912937cc7a271cd4c85fa1108094055ffe730f (patch)
tree7c104162fa187679075b9a22286e7767a9a5e467 /crdt/Cargo.toml
parent72be193fa1db221ecdc0c5e697643236f70d2f3d (diff)
feat(crdt): add duration to Cell
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 d96c04f..fe50142 100644
--- a/crdt/Cargo.toml
+++ b/crdt/Cargo.toml
@@ -4,5 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
+num-rational = "0.4.2"
thiserror = "2.0.17"
uuid = { version = "1.18.1", features = ["v7"] }