fix: move tailscale/sudo/xdg-utils to optional_system_deps
Core WiFi management works without Tailscale. tailscale, sudo, and xdg-utils are only needed for Tailscale login and URL-open features, so they become optional (warn, don't block) instead of required. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
25cdbd27f2
commit
003b84903f
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ name = "breadcrumbs"
|
||||||
description = "Profile-aware Wi-Fi state machine with Tailscale integration"
|
description = "Profile-aware Wi-Fi state machine with Tailscale integration"
|
||||||
binaries = ["breadcrumbs"]
|
binaries = ["breadcrumbs"]
|
||||||
system_deps = ["networkmanager"]
|
system_deps = ["networkmanager"]
|
||||||
|
optional_system_deps = ["tailscale", "sudo", "xdg-utils"]
|
||||||
bread_deps = []
|
bread_deps = []
|
||||||
|
|
||||||
[config]
|
[config]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue