archy/core/Cargo.toml
ssmithx e0cc00be0f feat(openwrt): add archipelago-openwrt crate with TollGate provisioning
New `archipelago-openwrt` workspace crate provides SSH/UCI-based management
of OpenWrt routers, including automated TollGate installation and configuration
of a pay-as-you-go "archipelago" SSID backed by the local Cashu mint.

Exposes two RPC endpoints:
- `openwrt.scan` — discover OpenWrt routers on the LAN
- `openwrt.provision-tollgate` — install tollgate-module-basic-go, write UCI
  config (TIP-01/TIP-02), and create isolated WiFi SSID + firewall zone

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-30 17:12:57 +00:00

24 lines
418 B
TOML

[workspace]
resolver = "2"
members = [
"archipelago",
"container",
"openwrt",
"performance",
"security",
]
# Profiles at workspace root (members' [profile] are ignored in virtual workspaces)
[profile.release]
opt-level = 3
[profile.dev]
opt-level = 0
[profile.test]
opt-level = 3
# Archipelago workspace - no StartOS dependencies
# All patches removed - we use standard crates.io dependencies