summaryrefslogtreecommitdiff
path: root/crdt/Cargo.toml
blob: fe501422d1c7d70b54ac893dd3c7e7507784eea5 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "notive-crdt"
version = "0.1.0"
edition = "2024"

[dependencies]
num-rational = "0.4.2"
thiserror = "2.0.17"
uuid = { version = "1.18.1", features = ["v7"] }