17 lines
507 B
TOML
17 lines
507 B
TOML
[package]
|
|
name = "jay-wire-buf"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
jay-io-uring = { path = "../io-uring" }
|
|
jay-time = { path = "../time" }
|
|
jay-units = { path = "../units" }
|
|
jay-utils = { path = "../utils" }
|
|
jay-wire-types = { path = "../wire-types" }
|
|
|
|
bstr = { version = "1.9.0", default-features = false, features = ["std"] }
|
|
smallvec = { version = "1.11.1", features = ["const_generics", "const_new", "union"] }
|
|
thiserror = "2.0.11"
|
|
uapi = "0.2.13"
|