1
0
Fork 0
forked from wry/wry
wry/crates/dbus-core/Cargo.toml

14 lines
345 B
TOML

[package]
name = "jay-dbus-core"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
jay-bufio = { path = "../bufio" }
jay-io-uring = { path = "../io-uring" }
jay-utils = { path = "../utils" }
bstr = { version = "1.9.0", default-features = false, features = ["std"] }
thiserror = "2.0.11"
uapi = "0.2.13"