greentic-gui 0.5.2

Greentic GUI runtime (Axum-based) that serves tenant packs, enforces auth, and exposes worker/session APIs plus a browser SDK.
1
2
3
4
5
6
7
8
# Canonical toolchain for Greentic host repos.
# Source: greenticai/.github/toolchain/host/rust-toolchain.toml
# Sync: ./sync-toolchain.sh (from workspace root)
# Do not edit per-repo.

[toolchain]
channel = "1.95.0"
components = ["clippy", "rustfmt"]