mirror of
https://github.com/openai/codex.git
synced 2026-04-28 16:45:54 +00:00
20 lines
397 B
TOML
20 lines
397 B
TOML
[package]
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
name = "codex-code-mode"
|
|
version.workspace = true
|
|
|
|
[lib]
|
|
name = "codex_code_mode"
|
|
path = "src/lib.rs"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true }
|
|
|
|
[target.'cfg(not(all(target_os = "linux", target_env = "musl")))'.dependencies]
|
|
v8 = { workspace = true }
|