[package]
name = "kcode-codex-terra-usage"
version = "0.1.1"
edition = "2024"
license = "MIT"
description = "Deterministic Codex Terra token-usage reconciliation and pricing."
[dependencies]
kcode-k1-accounting = "0.1.0"
rust_decimal = "1"
serde_json = "1"
[lints.rust]
unsafe_code = "forbid"
[workspace]