fractal/Cargo.toml

35 lines
603 B
TOML
Raw Normal View History

2016-12-29 16:22:33 +00:00
[package]
authors = ["Daniel Garcia <danigm@wadobo.com>"]
2017-11-01 10:30:58 +00:00
name = "fractal"
2016-12-29 16:22:33 +00:00
version = "0.1.0"
2017-09-28 06:47:10 +00:00
2016-12-29 16:22:33 +00:00
[dependencies]
2017-08-23 09:17:55 +00:00
chrono = "0.4.0"
2017-10-31 07:56:33 +00:00
gdk = "0.6.0"
2017-08-23 08:02:46 +00:00
gdk-pixbuf = "0.2.0"
gio = "0.2.0"
2017-08-30 11:09:16 +00:00
glib = "0.3.1"
2017-09-29 09:50:34 +00:00
mime = "0.3.4"
2017-08-30 16:13:43 +00:00
pango = "0.2.0"
2017-08-17 17:43:34 +00:00
regex = "0.2.2"
2017-08-23 08:02:46 +00:00
reqwest = "0.7.3"
secret-service = "0.4.0"
2017-09-28 06:47:10 +00:00
serde = "1.0.15"
serde_derive = "1.0.15"
serde_json = "1.0.3"
2017-08-23 09:17:55 +00:00
time = "0.1.38"
2017-09-29 09:50:34 +00:00
tree_magic = "0.2.0"
2017-07-09 17:17:24 +00:00
url = "1.5.1"
xdg = "2.1.0"
2016-12-29 16:22:33 +00:00
2017-08-30 11:09:16 +00:00
[dependencies.cairo-rs]
features = ["png"]
version = "0.2.0"
2016-12-29 16:22:33 +00:00
[dependencies.gtk]
2017-08-23 08:02:46 +00:00
features = ["v3_22"]
version = "0.2.0"
2017-08-30 11:09:16 +00:00
[dependencies.libnotify]
git = "https://github.com/danigm/rust-libnotify"