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.
This commit is contained in:
2026-07-28 22:55:48 +09:00
parent fa712e2658
commit 599e7bda35
-1
View File
@@ -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 = {}