Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Configure CLI default bin
Alexis Sellier committed 3 years ago
commit 03fd69f3231c5ff6e62384b3b8e2079e0231ad25
parent bdeebfb79ab230127191a0276d8f1573a8d54fd7
1 file changed +4 -0
modified radicle-cli/Cargo.toml
@@ -5,6 +5,10 @@ version = "0.8.0"
authors = ["Alexis Sellier <alexis@radicle.xyz>"]
edition = "2021"

+
[[bin]]
+
name = "rad"
+
path = "src/main.rs"
+

[dependencies]
anyhow = { version = "1" }
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }