Fix windows build

This commit is contained in:
John Doty 2022-12-17 10:04:22 -08:00
parent 1a5228c380
commit ff5d767d87
2 changed files with 9 additions and 5 deletions

View file

@ -20,7 +20,6 @@ tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1"
toml = "0.5"
tui = "0.19"
users = "0.11"
xdg = "2"
[dev-dependencies]
@ -29,3 +28,6 @@ tempdir = "0.3"
[target.'cfg(target_os="linux")'.dependencies]
procfs = "0.14.1"
[target.'cfg(target_family="unix")'.dependencies]
users = "0.11"