2019-08-25 17:15:13 -04:00
|
|
|
[package]
|
|
|
|
name = "realmsd"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Bruce Leidl <bruce@subgraph.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
libcitadel = { path = "../libcitadel" }
|
2021-10-04 06:02:35 -04:00
|
|
|
zbus = "^2.0.0-beta.5"
|
|
|
|
zvariant = "2.7.0"
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2019-08-25 17:15:13 -04:00
|
|
|
|