sudo 0.2.1

Detect if you are running as root, restart self with sudo if needed
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sudo"
description = "Detect if you are running as root, restart self with sudo if needed"
version = "0.2.1"
authors = ["Stefan Schindler <dns2utf8@estada.ch>"]
license = "MIT/Apache-2.0"
edition = "2018"

repository = "https://gitlab.com/dns2utf8/sudo.rs"
include = [
    "README.md",
    "src/**",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
log = "0.4"