name = "bread" description = "Reactive automation daemon and CLI for Linux desktops" binaries = ["breadd", "bread", "bread-emit", "bread-module-host"] system_deps = ["systemd-libs", "openssl", "zlib"] optional_system_deps = ["bluez", "hyprland"] bread_deps = [] license_file = "LICENSE" [[service]] unit = "breadd.service" enable = true [config] dir = "~/.config/bread" example = "breadd.toml" [install] post_install = [ "systemctl --user is-active --quiet breadd || systemctl --user start breadd", ]