From c4618dd2fb070eefcdb38bca7b92fe32da766702 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 25 Jul 2018 12:18:34 -0700 Subject: more external ident handling --- rust/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 0868d7f1..23747ddf 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -16,6 +16,8 @@ error-chain = "0.12" uuid = "0.5" log = "*" data-encoding = "2.1" +regex = "1" +lazy_static = "1.0" # API server chrono = { version = "0.4", features = ["serde"] } -- cgit v1.2.3