We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef12e6 commit c8b883bCopy full SHA for c8b883b
2 files changed
rust/Cargo.toml.in
@@ -1,6 +1,8 @@
1
[package]
2
name = "suricata"
3
version = "@PACKAGE_VERSION@"
4
+license = "GPL-2.0-only"
5
+description = "Suricata Rust components"
6
edition = "2021"
7
rust-version = "1.63.0"
8
@@ -70,7 +72,7 @@ asn1-rs = { version = "~0.5.2" }
70
72
# month olds, so it needs to be pinned even at the patch level.
71
73
time = "=0.3.13"
74
-suricata-derive = { path = "./derive" }
75
+suricata-derive = { path = "./derive", version = "@PACKAGE_VERSION@" }
76
77
[dev-dependencies]
78
test-case = "~1.1.0"
rust/derive/Cargo.toml.in
name = "suricata-derive"
+description = "Derive macros for Suricata"
[lib]
0 commit comments