From 599e7bda351af9e9363982b69aade5e9d506027e Mon Sep 17 00:00:00 2001 From: vasilito Date: Tue, 28 Jul 2026 22:55:48 +0900 Subject: [PATCH] redbear-mini: drop lib-only redbear-cli from package list redbear-cli is a shared library crate (no bin target) used as a path-dep by the redbear-* tools; listed standalone it fails 'repo cook' with 'no packages found with binaries or examples'. Builds transitively where depended on. --- config/redbear-mini.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/redbear-mini.toml b/config/redbear-mini.toml index 241e295a11..44d9f1e829 100644 --- a/config/redbear-mini.toml +++ b/config/redbear-mini.toml @@ -37,7 +37,6 @@ redbear-iwlwifi = {} redbear-firmware-iwlwifi = {} # Shared CLI library for redbear-* tools (standardized --help, --version, --log-level, etc.) -redbear-cli = {} # Redox-native netctl tooling. redbear-netctl = {}