mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-10-02 19:53:27 +00:00
colors: remove lazy_static dependency and use LazyLock for COLORS
This commit is contained in:
parent
f7d7c73073
commit
61d4b7377f
3 changed files with 6 additions and 15 deletions
|
@ -13,7 +13,6 @@ path = "src/main.rs"
|
|||
|
||||
[dependencies]
|
||||
nix = { version = "0.30", features = ["fs", "hostname", "feature"] }
|
||||
lazy_static = "1.5"
|
||||
libc = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue