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

17 lines
270 B
TOML

[package]
name = "suricata-derive"
version = "@PACKAGE_VERSION@"
license = "GPL-2.0-only"
description = "Derive macros for Suricata"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
proc-macro-crate = "= 1.1.0"
proc-macro2 = "1.0.36"
quote = "1.0"
syn = "1.0"