-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
45 lines (42 loc) · 961 Bytes
/
Cargo.toml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[package]
name = "rua"
version = "0.13.10"
description = "Secure jailed AUR helper for Arch Linux"
authors = [
"Vasili Novikov <n1dr+cm3513git@yandex.ru>",
"Stefano Probst <senden9@gmail.com>",
"morganamilo <morganamilo@gmail.com>",
"nolik <Novik030692!>",
]
license="GPL-3.0-or-later"
edition="2018"
keywords = ["archlinux", "aur", "build", "jail", "bubblewrap"]
readme = "README.md"
repository = "https://github.com/vn971/rua"
build = "build.rs"
[build-dependencies]
structopt = "0.2.16"
[dependencies]
chrono = "0.4.6"
colored = "1.8.0"
directories = "2.0.1"
env_logger = "0.6.1"
failure = "0.1.5"
fs2 = "0.4.3"
itertools = "0.8.0"
lazy_static = "1.3.0"
libalpm = { package = "libalpm-fork", version = "0.1.4" }
log = "0.4.6"
prettytable-rs = "0.8.0"
raur = "1.0.2"
regex = "1.1.7"
rm_rf = "0.2.4"
srcinfo = "0.3.2"
structopt = "0.2.16"
tar = "0.4.26"
term_size = "0.3.1"
uname = "0.1.1"
users = "0.9.1"
xz2 = "0.1.6"
[profile.release]
lto = true