mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-04 00:21:57 +00:00
14 lines
284 B
TOML
14 lines
284 B
TOML
[package]
|
|
name = "dcb-bytes-derive"
|
|
version = "0.1.0"
|
|
authors = ["Filipe Rodrigues <filipejacintorodrigues1@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "1.0.9"
|
|
syn = { version = "1.0.58", features = ["full", "extra-traits"] }
|
|
proc-macro2 = "1.0.24"
|