[rs] Set up very basic framework for running days
This commit is contained in:
parent
61cbdc5f31
commit
583cf9322a
4 changed files with 356 additions and 2 deletions
|
|
@ -6,3 +6,5 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.66"
|
||||
clap = { version = "4.0.29", features = ["derive", "deprecated"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue