forked from brl/citadel-tools
13 lines
259 B
TOML
13 lines
259 B
TOML
[package]
|
|
name = "realmsd"
|
|
version = "0.1.0"
|
|
authors = ["Bruce Leidl <bruce@subgraph.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
libcitadel = { path = "../libcitadel" }
|
|
zbus = "^2.0.0-beta.5"
|
|
zvariant = "2.7.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|