Publish harness and TUI open-source
initial sync from the monorepo
This commit is contained in:
commit
c68e39f604
2734 changed files with 1437016 additions and 0 deletions
11
crates/codegen/xai-token-estimation/Cargo.toml
Normal file
11
crates/codegen/xai-token-estimation/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
license = "Apache-2.0"
|
||||
name = "xai-token-estimation"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
description = "Pure shared token-estimation primitives."
|
||||
|
||||
[dependencies]
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Loading…
Reference in a new issue