Compile on windows
This commit is contained in:
parent
3157ff3cbb
commit
2faed6267e
3 changed files with 32 additions and 4 deletions
|
|
@ -7,5 +7,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
bytes = "1"
|
||||
procfs = "0.14.1"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
|
||||
[target.'cfg(target_os="linux")'.dependencies]
|
||||
procfs = "0.14.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue