14 lines
314 B
TOML
14 lines
314 B
TOML
[package]
|
|
name = "jay-output-schedule"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
jay-async-engine = { path = "../async-engine" }
|
|
jay-io-uring = { path = "../io-uring" }
|
|
jay-utils = { path = "../utils" }
|
|
|
|
futures-util = "0.3.30"
|
|
log = "0.4.20"
|
|
num-traits = "0.2.17"
|