mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-10-03 12:13:28 +00:00
use nix crate instead of libc
Provides a higher level and lighter alternative.
This commit is contained in:
parent
29e4ccc806
commit
aae5f71004
4 changed files with 48 additions and 42 deletions
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
fs_extra = "1.2"
|
||||
nix = {version = "0.29", features = ["fs"]}
|
||||
color-eyre = { version = "0.6", default-features = false }
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue