Adding the bft-json-crdt crate source

This commit is contained in:
Timmy
2026-04-04 21:33:27 +01:00
parent 935a04c042
commit 74d04d1157
25 changed files with 265994 additions and 0 deletions
@@ -0,0 +1,15 @@
[package]
name = "bft-crdt-derive"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
proc-macro = true
[dependencies]
indexmap = { version = "2.2.6", features = ["serde"] }
proc-macro2 = "1.0.47"
proc-macro-crate = "1.2.1"
quote = "1.0.21"
syn = { version = "1.0.103", features = ["full"] }