[package]
name = "container-pid"
version = "2.0.0"
authors = ["Jörg Thalheim <joerg@thalheim.io>"]
description = "Resolve container names to their PIDs"
license = "MIT"
categories = ["os::linux-apis"]
repository = "https://github.com/Mic92/container-pid"
edition = "2018"
[dependencies]
rustix = { version = "1", features = ["fs"] }
thiserror = "2"