mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-05-08 02:16:41 +02:00
6ffd54931c
Ship the 0.9.75 source update with improved startup/runtime hardening, operator API key onboarding, Meshtastic MQTT controls, Infonet/MeshChat separation, desktop package versioning, and aircraft telemetry refinements. Also updates focused backend/frontend tests for node settings, Meshtastic MQTT settings, and desktop runtime behavior.
13 lines
191 B
TOML
13 lines
191 B
TOML
[project]
|
|
name = "shadowbroker"
|
|
version = "0.9.75"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = []
|
|
|
|
[dependency-groups]
|
|
test = []
|
|
|
|
[tool.uv.workspace]
|
|
members = ["backend"]
|