From 5063aef44cd3945625c364b0ef3a3b9da5b7b401 Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Tue, 17 Oct 2023 03:02:49 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=82=A4=E3=83=8A=E3=83=AA=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E3=82=92download=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/downloader/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/downloader/Cargo.toml b/crates/downloader/Cargo.toml index 6e7c745e1..8a9a152e0 100644 --- a/crates/downloader/Cargo.toml +++ b/crates/downloader/Cargo.toml @@ -4,6 +4,9 @@ version = "0.0.0" edition.workspace = true publish.workspace = true +[[bin]] +name = "download" + [dependencies] anyhow.workspace = true binstall-tar = "0.4.39"