Skip to content
Snippets Groups Projects
Verified Commit 1f15890d authored by Loris Moulin's avatar Loris Moulin
Browse files

feat: added procfs dependency as dev dependency to provider to facilitate assertion on processes

parent f40b2676
Branches
No related merge requests found
......@@ -24,4 +24,5 @@ lazy_static = "1.4"
multiaddr = "0.18"
url = "2.3"
uuid = "1.4"
nix = "0.27"
\ No newline at end of file
nix = "0.27"
procfs = "0.15"
......@@ -25,3 +25,6 @@ thiserror = { workspace = true }
anyhow = { workspace = true }
uuid = { workspace = true, features = ["v4"] }
nix = { workspace = true, features = ["signal"] }
[dev-dependencies]
procfs = { workspace = true }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment