mirror of
https://github.com/openai/codex.git
synced 2026-09-06 15:29:32 +00:00
## What changed - Add `codex-utils-audio` as a workspace crate for canonicalizing audio inputs and estimating their token usage. - Update `codex-core` to consume the new crate while preserving the existing audio preparation tests. GitOrigin-RevId: d719ecc08363ef52778aa37f3df0ca14f7778324
24 lines
486 B
TOML
24 lines
486 B
TOML
[package]
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
name = "codex-utils-audio"
|
|
version.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
base64 = { workspace = true }
|
|
codex-protocol = { workspace = true }
|
|
codex-utils-cache = { workspace = true }
|
|
codex-utils-string = { workspace = true }
|
|
symphonia = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
tracing = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = { workspace = true }
|
|
|
|
[lib]
|
|
doctest = false
|