Files
codex/codex-rs/utils/template/Cargo.toml
jif-oai f190a95a4f feat: rendering library v1 (#15778)
The goal will be to replace askama
2026-03-25 16:07:04 +00: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 }