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.
17 lines
371 B
TOML
17 lines
371 B
TOML
[package]
|
|
name = "suricatactl"
|
|
version = "@PACKAGE_VERSION@"
|
|
edition = "2021"
|
|
license = "GPL-2.0-only"
|
|
|
|
[[bin]]
|
|
name = "suricatactl"
|
|
|
|
[dependencies]
|
|
regex = "~1.5.5"
|
|
tracing = "0.1"
|
|
tracing-subscriber = "0.3"
|
|
|
|
# 4.0 is the newest version that builds with Rust 1.67.1.
|
|
clap = { version = "=4.2.0", default-features = false, features = ["std", "derive", "help", "usage"] }
|