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/examples/plugins/altemplate/Cargo.toml

18 lines
314 B
TOML

[package]
name = "suricata-altemplate"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
nom7 = { version="7.0", package="nom" }
libc = "~0.2.82"
suricata = { path = "../../../rust/" }
suricata-sys = { path = "../../../rust/sys" }
[features]
default = ["suricata8"]
suricata8 = []