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/ffi/Cargo.toml.in

15 lines
300 B
TOML

[package]
name = "suricata-ffi"
version = "@PACKAGE_VERSION@"
edition = "2021"
license = "GPL-2.0-only"
description = "Nice wrappers around Suricata C interface"
[dependencies]
suricata-sys = { path = "../sys", version = "@PACKAGE_VERSION@" }
[features]
debug = []
debug-validate = []
testing = []