[package] name = "minilsof" version = "0.1.2" edition = "2021" authors = ["jokemanfire "] description = "minilsof" keywords = ["linux", "process"] repository = "https://github.com/jokemanfire/minilsof" license = "MIT/Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html include = [ "**/*.rs", "Cargo.toml", ] [dependencies] glob = "0.3.1"