cargo: add description and license

Required for publishing to crates.io.
pull/10821/head
Jason Ish 6 months ago committed by Victor Julien
parent b9127e8b96
commit 1657b6ff3c

@ -1,6 +1,8 @@
[package]
name = "suricata"
version = "@PACKAGE_VERSION@"
license = "GPL-2.0-only"
description = "Suricata Rust components"
edition = "2021"
rust-version = "1.63.0"
@ -63,7 +65,7 @@ asn1-rs = { version = "~0.6.1" }
# last version to work with MSRV 1.63
time = "=0.3.20"
suricata-derive = { path = "./derive" }
suricata-derive = { path = "./derive", version = "@PACKAGE_VERSION@" }
[dev-dependencies]
test-case = "~3.3.1"

@ -1,8 +1,11 @@
[package]
name = "suricata-derive"
version = "@PACKAGE_VERSION@"
license = "GPL-2.0-only"
description = "Derive macros for Suricata"
edition = "2021"
[lib]
proc-macro = true

Loading…
Cancel
Save