]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
suricatactl: add description to Cargo.toml
authorJason Ish <jason.ish@oisf.net>
Wed, 9 Apr 2025 15:55:30 +0000 (09:55 -0600)
committerVictor Julien <victor@inliniac.net>
Sat, 12 Apr 2025 09:00:03 +0000 (11:00 +0200)
For publishing to crates.io.

rust/suricatactl/Cargo.toml.in

index bed4e151de1344b38542730d424def9580a1b175..711332d1df9ab6aaf1bc7c7918de6a40a73005d3 100644 (file)
@@ -3,6 +3,7 @@ name = "suricatactl"
 version = "@PACKAGE_VERSION@"
 edition = "2021"
 license = "GPL-2.0-only"
+description = "Suricata control tools"
 
 [[bin]]
 name = "suricatactl"