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

View file

@ -40,4 +40,4 @@ tempdir = "0.3"
procfs = "0.14.1"
[target.'cfg(target_family="unix")'.dependencies]
users = "0.11"
libc = "0.2.155"