Add scaffolding for problems
This commit is contained in:
parent
fe6eab5b8c
commit
75f2a5ce70
4 changed files with 516 additions and 1 deletions
|
|
@ -5,3 +5,6 @@ authors = ["traxys <quentin@familleboyer.net>"]
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.21", features = ["derive"] }
|
||||
color-eyre = "0.6.3"
|
||||
enum_dispatch = "0.3.13"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue