Configure CLI default bin
Signed-off-by: Alexis Sellier <alexis@radicle.xyz>
This commit is contained in:
parent
bdeebfb79a
commit
03fd69f323
|
|
@ -5,6 +5,10 @@ version = "0.8.0"
|
||||||
authors = ["Alexis Sellier <alexis@radicle.xyz>"]
|
authors = ["Alexis Sellier <alexis@radicle.xyz>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "rad"
|
||||||
|
path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = { version = "1" }
|
anyhow = { version = "1" }
|
||||||
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
|
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue