wip: config find

This commit is contained in:
2023-11-22 23:45:00 +11:00
parent 3cf595f08e
commit e1e0caf6c3
6 changed files with 104 additions and 3 deletions

View File

@@ -6,6 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nix = {version = "0.27.1", features = ["process", "signal"]}
nix = {version = "0.27.1", features = ["process", "signal", "fs"]}
tokio = { version = "1.34.0", features = ["full"] }
tokio-util = "0.7.10"