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

16 lines
302 B
TOML

[package]
name = "bft-crdt-derive"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
proc-macro = true
[dependencies]
indexmap = { version = "2.14.0", features = ["serde"] }
proc-macro2 = "1.0.106"
proc-macro-crate = "3.5.0"
quote = "1.0.46"
syn = { version = "2.0.119", features = ["full"] }