mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
5c42419b02
assert_matches is soon to be in std but is experimental for now.
18 lines
422 B
TOML
18 lines
422 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]
|
|
assert_matches = { workspace = true }
|
|
tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread"] }
|
|
|
|
[lints]
|
|
workspace = true
|