Add lazy_static.
This commit is contained in:
parent
df397b2cda
commit
f0030fd57f
|
@ -456,6 +456,7 @@ dependencies = [
|
|||
"globset",
|
||||
"hooked-config",
|
||||
"insta",
|
||||
"lazy_static",
|
||||
"owo-colors",
|
||||
"subprocess",
|
||||
"supports-color",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue