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
20
crates/codegen/xai-grok-http/Cargo.toml
Normal file
20
crates/codegen/xai-grok-http/Cargo.toml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[package]
|
||||
license = "Apache-2.0"
|
||||
name = "xai-grok-http"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
description = "Shared reqwest HTTP clients and User-Agent construction for the grok CLI."
|
||||
|
||||
[dependencies]
|
||||
reqwest = { workspace = true, features = ["blocking"] }
|
||||
reqwest-middleware = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
xai-grok-auth = { workspace = true, features = ["middleware"] }
|
||||
xai-grok-sampler = { path = "../xai-grok-sampler" }
|
||||
xai-grok-telemetry = { workspace = true }
|
||||
xai-grok-version = { workspace = true }
|
||||
xai-grok-workspace = { workspace = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
Loading…
Reference in a new issue