build: exclude the usbip-poc from the workspace (standalone PoC, pulls libusb)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-29 17:30:39 +00:00
parent 4f0b4aa68f
commit 831b37b4b7
+2
View File
@@ -11,6 +11,8 @@ members = [
"tools/latency-probe",
"tools/loss-harness",
]
# Standalone PoC (built on its own; pulls usbip/tokio/libusb we don't want in the workspace).
exclude = ["packaging/linux/steam-deck-gadget/usbip-poc"]
[workspace.package]
version = "0.3.0"