[package] name = "tagrun" description = "Run a program with a modified process name." version = "0.1.0" edition = "2021" license-file = "LICENSE" homepage = "https://github.com/socrateslee/tagrun" repository = "https://github.com/socrateslee/tagrun" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2.127" nix = "0.24.2"