chore: add Binstall configuration for the multibinary

This commit is contained in:
J / Jacob Babich
2024-10-06 01:58:34 -04:00
parent ab03d078d1
commit 970aeb6dc1

View File

@@ -9,6 +9,9 @@ authors = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }"
[features]
default = ["cli-clap", "gui-eframe", "tui-ratatui", "tracing"]