Configure CLI default bin

Signed-off-by: Alexis Sellier <alexis@radicle.xyz>
This commit is contained in:
Alexis Sellier 2022-11-17 13:15:14 +01:00
parent bdeebfb79a
commit 03fd69f323
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

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