1
0
forked from brl/citadel-tools
citadel-tools/realm-config-ui/Cargo.toml

16 lines
405 B
TOML

[package]
name = "realm-config-ui"
version = "0.1.0"
authors = ["Bruce Leidl <bruce@subgraph.com>"]
edition = "2018"
description = "Realm Configuration Tool"
homepage = "https://subgraph.com"
[dependencies]
libcitadel = { path = "../libcitadel" }
rand = "0.8"
zvariant = "2.7.0"
serde = { version = "1.0", features = ["derive"] }
zbus = "^2.0.0-beta.5"
gtk = { version = "0.14.0", features = ["v3_24"] }