[package] name = "janitor" version = "0.1.0" description = "perform cleanup after a program exits" repository = "https://codeberg.org/binarycat/janitor" license-file = "UNLICENSE" edition = "2021" keywords = ["unix", "cleanup"] categories = ["unix-apis", "command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2.154"