Switch from enum_dispatch to a custom macro

This commit is contained in:
Quentin Boyer 2024-11-27 12:25:31 +01:00
parent 2d4cec8392
commit 8004d6ee68
3 changed files with 44 additions and 23 deletions

View file

@ -7,4 +7,4 @@ edition = "2021"
[dependencies]
clap = { version = "4.5.21", features = ["derive"] }
color-eyre = "0.6.3"
enum_dispatch = "0.3.13"
paste = "1.0.15"