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
16
crates/codegen/xai-mixpanel/Cargo.toml
Normal file
16
crates/codegen/xai-mixpanel/Cargo.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
license = "Apache-2.0"
|
||||
name = "xai-mixpanel"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
description = "Lightweight Mixpanel HTTP tracking client (replaces mixpanel-rs to avoid pulling reqwest 0.11)"
|
||||
|
||||
[dependencies]
|
||||
reqwest = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
base64 = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
xai-grok-secrets = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = { workspace = true }
|
||||
Loading…
Reference in a new issue