eww/Cargo.toml
2020-09-21 01:37:27 +02:00

31 lines
664 B
TOML

[package]
name = "eww"
version = "0.1.0"
authors = ["elkowar <5300871+elkowar@users.noreply.github.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gtk = { version = "0.9", features = [ "v3_16" ] }
gdk = { version = "", features = ["v3_16"] }
gio = { version = "", features = ["v2_44"] }
glib = { version = "", features = ["v2_44"] }
regex = "1"
hocon = { version = "0.3", default-features = false, features = [ "serde-support" ]}
try_match = "0.2.2"
anyhow = "1.0"
#thiserror = "1.0"
derive_more = "0.99"
maplit = "1"
[dev-dependencies]
pretty_assertions = "0.6.1"