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.
This commit is contained in:
parent
ef77a02e77
commit
690bcad697
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"
|
||||
binaries = ["breadcrumbs"]
|
||||
system_deps = ["networkmanager"]
|
||||
optional_system_deps = ["tailscale", "sudo", "xdg-utils"]
|
||||
bread_deps = []
|
||||
|
||||
[config]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue