mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
208 B
TOML
14 lines
208 B
TOML
6 years ago
|
[package]
|
||
|
name = "suricata-derive"
|
||
|
version = "@PACKAGE_VERSION@"
|
||
|
edition = "2018"
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|
||
|
path = "@e_rustdir@/derive/src/lib.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
proc-macro2 = "1.0"
|
||
|
quote = "1.0"
|
||
|
syn = "1.0"
|