-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
34 lines (30 loc) · 952 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
[package]
name = "ego"
version = "1.1.7"
edition = "2021"
rust-version = "1.74.0"
# Metadata
authors = ["Marti Raudsepp <[email protected]>"]
description = "Alter Ego: run Linux desktop applications under a different local user"
readme = "README.md"
license = "MIT"
homepage = "https://github.com/intgr/ego"
repository = "https://github.com/intgr/ego"
keywords = ["sudo", "security", "wayland", "pulseaudio"]
categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
simple-error = "0.3.1"
posix-acl = "1.2.0"
clap = { version = "~4.5.22", features = ["cargo"] }
log = { version = "0.4.22", features = ["std"] }
shell-words = "1.1.0"
nix = { version = "0.29.0", default-features = false, features = ["user"] }
anstyle = "1.0.10"
xcb = "1.5.0"
[features]
default = []
[dev-dependencies]
clap_complete = "~4.5.38"
snapbox = "0.6.20"
testing_logger = "0.1.1"