mirror of
https://github.com/openai/codex.git
synced 2026-05-03 04:42:20 +03:00
remote tasks
This commit is contained in:
18
codex-rs/cloud-tasks-api/Cargo.toml
Normal file
18
codex-rs/cloud-tasks-api/Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "codex-cloud-tasks-api"
|
||||
version = { workspace = true }
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
name = "codex_cloud_tasks_api"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
thiserror = "2.0.12"
|
||||
|
||||
Reference in New Issue
Block a user