From 831b37b4b74cc964ca91a5bcd4978df846c53d23 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Mon, 29 Jun 2026 17:30:39 +0000 Subject: [PATCH] build: exclude the usbip-poc from the workspace (standalone PoC, pulls libusb) Co-Authored-By: Claude Opus 4.8 (1M context) --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fd5e243..2bf1b12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"