From ad827b3f44151bf8151918a604137a6b9af23a22 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 7 Jan 2019 14:59:33 +0100 Subject: [PATCH] depend on endian_trait --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 11e0b456..3e01a6ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,4 +31,5 @@ uuid = { version = "0.7", features = ["v4"] } chrono = "0.4.6" # Date and time library for Rust openssl = "0.10.16" siphasher = "0.3" +endian_trait = "0.6.0"