14 lines
345 B
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"
|