forked from brl/citadel-tools
20 lines
442 B
TOML
20 lines
442 B
TOML
[package]
|
|
name = "citadel-installer-ui"
|
|
version = "0.1.0"
|
|
authors = ["David McKinney <mckinney@subgraph.com>"]
|
|
edition = "2018"
|
|
description = "Citadel Installer UI"
|
|
homepage = "https://subgraph.com"
|
|
|
|
[dependencies]
|
|
libcitadel = { path = "../libcitadel" }
|
|
failure = "0.1.8"
|
|
dbus = "0.8.4"
|
|
gtk = { version = "0.14.0", features = ["v3_24"] }
|
|
gio = "0.14.0"
|
|
glib = "0.14.0"
|
|
glib-macros = "0.14.0"
|
|
gdk = "0.14.0"
|
|
pango = "0.9.1"
|
|
once_cell = "1.0"
|