grok-build-upstream-mirror/crates/codegen/xai-grok-env/Cargo.toml
grokkybara[bot] c68e39f604 Publish harness and TUI open-source
initial sync from the monorepo
2026-07-16 06:46:02 +01:00

17 lines
426 B
TOML

[package]
license = "Apache-2.0"
name = "xai-grok-env"
version = "0.1.0"
edition.workspace = true
description = "Backend environment presets for the Grok CLI crate family: endpoint URL defaults and env-var test support."
[features]
# single shared rlib per crate, so downstream Bazel test targets need the
default-bazel = []
[dependencies]
tracing = { workspace = true }
url = { workspace = true }
[lints]
workspace = true