Files
huskies/crates/bft-json-crdt/bft-crdt-derive/Cargo.toml
T

16 lines
290 B
TOML
Raw Normal View History

2026-04-04 21:33:27 +01:00
[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"
2026-04-29 00:16:40 +00:00
proc-macro-crate = "3"
2026-04-04 21:33:27 +01:00
quote = "1.0.21"
2026-04-29 00:16:40 +00:00
syn = { version = "2", features = ["full"] }