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

[dependencies]
thiserror = "2.0.17"
uuid = { version = "1.18.1", features = ["v7"] }