speeding it up

This commit is contained in:
raf 2024-08-04 12:44:12 +03:00
commit 81cdc0a281
Signed by: NotAShelf
GPG key ID: AF26552424E53993
5 changed files with 24 additions and 70 deletions

View file

@ -4,7 +4,7 @@ version = "0.2.0"
edition = "2021"
[dependencies]
nix = {version = "0.29", features = ["fs"]}
nix = {version = "0.29", features = ["fs", "hostname"]}
color-eyre = { version = "0.6", default-features = false }
[profile.release]
@ -13,6 +13,3 @@ opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"