Fix windows build
This commit is contained in:
parent
1a5228c380
commit
ff5d767d87
2 changed files with 9 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue