From: Shivani Bhardwaj Date: Tue, 21 Apr 2020 08:02:26 +0000 (+0530) Subject: rust: Add new crate uuid X-Git-Tag: suricata-6.0.0-beta1~421 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57ad609a97e95950632ac6f7427e3d5bdc46435f;p=thirdparty%2Fsuricata.git rust: Add new crate uuid --- diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index b85d8f53c2..0200df1d8a 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -20,6 +20,7 @@ debug = [] nom = "5.0" bitflags = "1.0" byteorder = "1.3" +uuid = "0.8" crc = "1.8" memchr = "2.2" num = "0.2"