mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
16 lines
238 B
TOML
16 lines
238 B
TOML
[package]
|
|
name = "codex-core-auth"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lib]
|
|
name = "codex_core_auth"
|
|
path = "src/lib.rs"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
codex-core = { workspace = true }
|