fractal/Cargo.toml

16 lines
282 B
TOML
Raw Normal View History

2016-12-29 16:22:33 +00:00
[package]
authors = ["Jonas Platte <mail@jonasplatte.de>"]
name = "ruma-gtk"
version = "0.1.0"
[dependencies]
2016-12-30 02:07:15 +00:00
gio = "0.1.1"
reqwest = "0.2.0"
2016-12-29 16:22:33 +00:00
[dependencies.gtk]
2016-12-30 02:07:15 +00:00
features = ["v3_12"]
2016-12-29 16:22:33 +00:00
version = "0.1.1"
[dependencies.ruma-client-api]
2016-12-30 02:07:15 +00:00
git = "https://github.com/ruma/ruma-client-api"