2021-10-04 05:55:17 -04:00
|
|
|
[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"
|
2024-11-13 11:54:40 -05:00
|
|
|
zvariant = "4.2.0"
|
2021-10-04 05:55:17 -04:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2024-11-13 11:54:40 -05:00
|
|
|
zbus = "4.4.0"
|
2021-10-04 05:55:17 -04:00
|
|
|
gtk = { version = "0.14.0", features = ["v3_24"] }
|