From 7d912937cc7a271cd4c85fa1108094055ffe730f Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Sat, 15 Nov 2025 23:50:55 +0200 Subject: feat(crdt): add duration to Cell --- 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 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"] } -- cgit v1.2.3