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.
13 lines
338 B
TOML
13 lines
338 B
TOML
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]
|
|
dir = "~/.config/breadcrumbs"
|
|
example = "breadcrumbs.example.toml"
|
|
|
|
[install]
|
|
post_install = []
|