Files
codex/codex-rs/utils/template/Cargo.toml
jif-oai 49adb7e3cc feat: rendering library v1 (#15778)
The goal will be to replace askama
2026-03-25 14:43:28 -07:00

12 lines
202 B
TOML

[package]
name = "codex-utils-template"
version.workspace = true
edition.workspace = true
license.workspace = true
[lints]
workspace = true
[dev-dependencies]
pretty_assertions = { workspace = true }