2025-07-24 12:19:46 -07:00
|
|
|
[package]
|
|
|
|
|
name = "core_test_support"
|
|
|
|
|
version = { workspace = true }
|
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
path = "lib.rs"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
codex-core = { path = "../.." }
|
|
|
|
|
serde_json = "1"
|
|
|
|
|
tempfile = "3"
|
|
|
|
|
tokio = { version = "1", features = ["time"] }
|
2025-09-18 17:53:14 -07:00
|
|
|
wiremock = "0.6"
|