[package] name = "user-switch" version = "0.1.0" authors = ["J.M. Thiessen "] edition = "2018" license=" AGPL-3.0-only" description="Switch user and group on UNIX systems" documentation="https://github.com/x0rz3q/user-switch" homepage="https://github.com/x0rz3q/user-switch" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] users = "0.9"