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"] }