eww/Cargo.toml
ElKowar a0929c0a84
Make script-vars use process groups (#40)
* Make script-vars use process groups

Tail script-vars now make use of process groups to fix issues with
non-finished processes staying around.
I don't really understand any of this.
2020-10-23 18:03:29 +02:00

50 lines
1.1 KiB
TOML

[package]
name = "eww"
version = "0.1.0"
authors = ["elkowar <5300871+elkowar@users.noreply.github.com>"]
edition = "2018"
description= "Widget system for everyone!"
license = "MIT"
repository = "https://github.com/elkowar/eww"
homepage = "https://github.com/elkowar/eww"
[dependencies]
gtk = { version = "0.9", features = [ "v3_16" ] }
gdk = { version = "", features = ["v3_16"] }
gio = { version = "", features = ["v2_44"] }
glib = { version = "", features = ["v2_44"] }
gdkx11 = "0.9"
gdk-pixbuf = "0.9"
regex = "1"
bincode = "1.3"
try_match = "0.2.2"
anyhow = "1.0"
derive_more = "0.99"
maplit = "1"
structopt = "0.3"
serde = {version = "1.0", features = ["derive"]}
extend = "0.3.0"
grass = "0.10"
hotwatch = "0.4"
notify = "4.0"
crossbeam-channel = "0.4"
num = "0.3"
stoppable_thread = "0.2"
roxmltree = "0.13"
itertools = "0.9"
scheduled-executor = "0.4"
debug_stub_derive = "0.3"
log = "0.4"
pretty_env_logger = "0.4"
lazy_static = "1.4.0"
libc = "0.2"
ref-cast = "1.0"
popol = "0.3"
nix = "0.19"
smart-default = "0.6"
filedescriptor = "0.7"
[dev-dependencies]
pretty_assertions = "0.6.1"