diff --git a/cli-clap/Cargo.toml b/cli-clap/Cargo.toml index 55a25e1..1d33382 100644 --- a/cli-clap/Cargo.toml +++ b/cli-clap/Cargo.toml @@ -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 = ["tracing"] tracing = ["dep:tracing"] @@ -16,6 +19,3 @@ 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 e503d19..62bb349 100644 --- a/gui-eframe/Cargo.toml +++ b/gui-eframe/Cargo.toml @@ -9,12 +9,12 @@ 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 = ["tracing"] 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 f46751d..f983851 100644 --- a/tui-ratatui/Cargo.toml +++ b/tui-ratatui/Cargo.toml @@ -9,12 +9,12 @@ 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 = ["tracing"] tracing = ["dep:tracing"] [dependencies] tracing = { workspace = true, optional = true } - -[package.metadata.binstall] -pkg-url = "{ repo }/releases/download/{ name }-v{ version }/{ name }-{ target }{ archive-suffix }"