[package] name = "app-rummage" description = "Find installed and running applications on Linux" repository = "https://gitlab.com/mission-center-devs/app-detection.git" version = "0.2.7" edition = "2021" license = "MIT" readme = "README.md" exclude = [ ".idea/*", "Cargo.lock", ] [dependencies] log = { version = "0.4" } nix = { version = "0.29", features = ["user"] }