17 lines
384 B
TOML
17 lines
384 B
TOML
|
|
[package]
|
||
|
|
name = "codex-utils-readiness"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
async-trait = { workspace = true }
|
||
|
|
thiserror = { workspace = true }
|
||
|
|
time = { workspace = true }
|
||
|
|
tokio = { workspace = true, features = ["sync", "time"] }
|
||
|
|
|
||
|
|
[dev-dependencies]
|
||
|
|
tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread"] }
|
||
|
|
|
||
|
|
[lints]
|
||
|
|
workspace = true
|