From 4e8d64202804fafcb7a12806abfcbc1ade546f00 Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Wed, 24 Apr 2019 20:49:27 +0200 Subject: [PATCH] [build] update Cargo.lock --- Cargo.lock | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 87cbd1b2..4f80ede3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1079,6 +1079,15 @@ name = "rprompt" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "rules-engine" +version = "0.1.0" +dependencies = [ + "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "rust-crypto-wasm" version = "0.3.1" -- GitLab