15 lines
389 B
TOML
15 lines
389 B
TOML
[package]
|
|
name = "jay-xcon"
|
|
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"] }
|
|
log = { version = "0.4.20", features = ["std"] }
|
|
thiserror = "2.0.11"
|
|
uapi = "0.2.13"
|