fractal/Cargo.toml
2016-12-29 17:22:33 +01:00

14 lines
No EOL
264 B
TOML

[package]
authors = ["Jonas Platte <mail@jonasplatte.de>"]
name = "ruma-gtk"
version = "0.1.0"
[dependencies]
#xdg = "2.0.0"
[dependencies.gtk]
version = "0.1.1"
features = ["v3_10"]
[dependencies.ruma-client-api]
git = "https://github.com/ruma/ruma-client-api"