forked from M-Labs/nac3
core: Remove lazy_static from dependencies
This commit is contained in:
parent
9ca34c714e
commit
73500c9081
|
@ -673,7 +673,6 @@ dependencies = [
|
|||
"inkwell",
|
||||
"insta",
|
||||
"itertools 0.11.0",
|
||||
"lazy_static",
|
||||
"nac3parser",
|
||||
"parking_lot",
|
||||
"rayon",
|
||||
|
|
|
@ -10,7 +10,6 @@ crossbeam = "0.8"
|
|||
parking_lot = "0.12"
|
||||
rayon = "1.5"
|
||||
nac3parser = { path = "../nac3parser" }
|
||||
lazy_static = "1.4"
|
||||
|
||||
[dependencies.inkwell]
|
||||
version = "0.2"
|
||||
|
|
Loading…
Reference in New Issue