summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRyan Geary <rtgnj42@gmail.com>2020-03-15 16:30:59 -0400
committerRyan Geary <rtgnj42@gmail.com>2020-03-15 16:30:59 -0400
commitf87a3f16585eea8a0b545b9a77c9865cfc8aaccf (patch)
tree91a47e489591cca03e2c8fc28f65655f44074a9b /Cargo.lock
parentafb4bf47340f4ae6dbfb1dcfd199dcdacc42c378 (diff)
Use lazy_static for parse_choice regex
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
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)",
]