From 03fd69f3231c5ff6e62384b3b8e2079e0231ad25 Mon Sep 17 00:00:00 2001 From: Alexis Sellier Date: Thu, 17 Nov 2022 13:15:14 +0100 Subject: [PATCH] Configure CLI default bin Signed-off-by: Alexis Sellier --- radicle-cli/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/radicle-cli/Cargo.toml b/radicle-cli/Cargo.toml index 93429173..757135c9 100644 --- a/radicle-cli/Cargo.toml +++ b/radicle-cli/Cargo.toml @@ -5,6 +5,10 @@ version = "0.8.0" authors = ["Alexis Sellier "] edition = "2021" +[[bin]] +name = "rad" +path = "src/main.rs" + [dependencies] anyhow = { version = "1" } chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }