14 lines
No EOL
264 B
TOML
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" |