kcode-codex-terra-usage 0.1.2

Deterministic Codex Terra token-usage reconciliation and pricing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "kcode-codex-terra-usage"
version = "0.1.2"
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]