fractal/fractal-gtk/Cargo.toml
2017-12-06 19:21:48 +01:00

28 lines
527 B
TOML

[package]
authors = ["Daniel Garcia <danigm@wadobo.com>"]
build = "build.rs"
name = "fractal-gtk"
version = "0.1.3"
workspace = "../"
[dependencies]
fractal-api = { path = "../fractal-api" }
gdk = "0.7.0"
gdk-pixbuf = "0.3.0"
gdk-pixbuf-sys = "0.5.0"
gio = "0.3.0"
glib = "0.4.0"
notify-rust = "3.4.2"
pango = "0.3.0"
secret-service = "0.4.0"
serde = "1.0.23"
serde_derive = "1.0.23"
serde_json = "1.0.6"
[dependencies.chrono]
features = ["serde"]
version = "0.4.0"
[dependencies.gtk]
features = ["v3_22"]
version = "0.3.0"