From f87a3f16585eea8a0b545b9a77c9865cfc8aaccf Mon Sep 17 00:00:00 2001 From: Ryan Geary Date: Sun, 15 Mar 2020 16:30:59 -0400 Subject: Use lazy_static for parse_choice regex --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 99a13bd..fbee6a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,6 +34,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "choose" version = "0.1.3" dependencies = [ + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -- cgit v1.2.3