-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (25 loc) · 748 Bytes
/
Copy pathCargo.toml
File metadata and controls
26 lines (25 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "pleaser"
version = "0.5.6"
authors = ["ed neville <ed@s5h.net>"]
edition = "2018"
description = "please, a polite regex-first sudo alternative"
license = "GPL-3.0-or-later"
homepage = "https://www.usenix.org.uk/content/please.html"
repository = "https://gitlab.com/edneville/please"
readme = "README.md"
categories = ["command-line-utilities"]
documentation = "https://www.usenix.org.uk/content/please.html"
keywords = ["please", "access", "elevation", "edit", "regex"]
exclude = ["/bintest"]
[dependencies]
regex = "1.7"
chrono = "0.4"
getopts = "0.2"
nix = { version = ">= 0.30", features = ["signal", "user", "fs", "term", "hostname"] }
pam = "0.7"
uzers = ">= 0.10"
rpassword = "7"
syslog= ">= 6.0"
libc = "0.2"
rand = "0.8"