Use ctor instead of lazy_static

This commit is contained in:
David Palm
2021-03-27 23:00:36 +01:00
parent 8d2441b7fb
commit bbfe118965
3 changed files with 30 additions and 20 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ parking_lot = "0.11"
reqwest = { version = "0.11.1", features = ["blocking", "json"] }
rustc-hash = "1.1.0"
clap = "3.0.0-beta.2"
lazy_static = "1"
ctor = "0.1.20"
[profile.release]
lto = true