Add lazy_static.

This commit is contained in:
Bauke 2024-01-18 13:41:11 +01:00
parent df397b2cda
commit f0030fd57f
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -456,6 +456,7 @@ dependencies = [
"globset",
"hooked-config",
"insta",
"lazy_static",
"owo-colors",
"subprocess",
"supports-color",

View File

@ -20,6 +20,7 @@ workspace = true
[dependencies]
color-eyre = "0.6.2"
globset = "0.4.9"
lazy_static = "1.4.0"
owo-colors = "3.5.0"
subprocess = "0.2.9"
supports-color = "1.3.0"