[package] name = "container-pid" version = "0.2.0" authors = ["Jörg Thalheim "] description = "Resolve container names to their PIDs" license = "MIT" categories = ["os::linux-apis"] repository = "https://github.com/Mic92/container-pid" edition = "2018" [dependencies] libc = "~0" simple-error = "~0"