bitflags-extras 0.1.0

Internal proc-macros for tentacli
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bitflags-extras"
version = "0.1.0"
edition = "2024"
description = "Internal proc-macros for tentacli"
repository = "https://github.com/tench-rt/tentacli"
license-file = "../../../../LICENSE"

[lib]
name = "bitflags_extras"
path = "src/lib.rs"
proc-macro = true

[dependencies]
syn = { version = "2.0.100", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0"