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.
suricata/rust/derive/Cargo.toml.in

14 lines
208 B
TOML

[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"