From: Jason Ish Date: Wed, 9 Apr 2025 15:55:30 +0000 (-0600) Subject: suricatactl: add description to Cargo.toml X-Git-Tag: suricata-8.0.0-rc1~477 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b98b44a5766844f09accaf1f1780cd3d023c4db8;p=thirdparty%2Fsuricata.git suricatactl: add description to Cargo.toml For publishing to crates.io. --- diff --git a/rust/suricatactl/Cargo.toml.in b/rust/suricatactl/Cargo.toml.in index bed4e151de..711332d1df 100644 --- a/rust/suricatactl/Cargo.toml.in +++ b/rust/suricatactl/Cargo.toml.in @@ -3,6 +3,7 @@ name = "suricatactl" version = "@PACKAGE_VERSION@" edition = "2021" license = "GPL-2.0-only" +description = "Suricata control tools" [[bin]] name = "suricatactl"