diff --git a/cli-clap/Cargo.toml b/cli-clap/Cargo.toml index de310c7..05b37e1 100644 --- a/cli-clap/Cargo.toml +++ b/cli-clap/Cargo.toml @@ -16,3 +16,6 @@ tracing = ["dep:tracing"] [dependencies] clap = { workspace = true, features = ["derive", "env"] } tracing = { workspace = true, optional = true } + +[package.metadata.binstall] +pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }" diff --git a/gui-eframe/Cargo.toml b/gui-eframe/Cargo.toml index 4bcc8ae..c0fc030 100644 --- a/gui-eframe/Cargo.toml +++ b/gui-eframe/Cargo.toml @@ -15,3 +15,6 @@ tracing = ["dep:tracing"] [dependencies] tracing = { workspace = true, optional = true } + +[package.metadata.binstall] +pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }" diff --git a/tui-ratatui/Cargo.toml b/tui-ratatui/Cargo.toml index f518ce0..dd31461 100644 --- a/tui-ratatui/Cargo.toml +++ b/tui-ratatui/Cargo.toml @@ -15,3 +15,6 @@ tracing = ["dep:tracing"] [dependencies] tracing = { workspace = true, optional = true } + +[package.metadata.binstall] +pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }"