Remove "users" crate, call libc directly

This is all I actually needed anyways
This commit is contained in:
John Doty 2024-08-12 17:37:34 -07:00
parent 35dcf93971
commit df0ca4ce31
3 changed files with 4 additions and 13 deletions

12
Cargo.lock generated
View file

@ -330,6 +330,7 @@ dependencies = [
"env_logger",
"home",
"indoc",
"libc",
"log",
"open",
"pretty_assertions",
@ -341,7 +342,6 @@ dependencies = [
"tokio-stream",
"toml",
"tui",
"users",
"xdg",
]
@ -1114,16 +1114,6 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
[[package]]
name = "users"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
dependencies = [
"libc",
"log",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"