2025-10-17 11:52:57 -07:00
|
|
|
[package]
|
|
|
|
|
name = "codex-async-utils"
|
|
|
|
|
version.workspace = true
|
2025-11-24 12:22:18 -08:00
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
2025-10-17 11:52:57 -07:00
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
async-trait.workspace = true
|
|
|
|
|
tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread", "time"] }
|
|
|
|
|
tokio-util.workspace = true
|
|
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
pretty_assertions.workspace = true
|