major overhaul of Backend from dynamic to static dispatch using an big enum

This commit is contained in:
ripytide
2024-04-22 14:08:53 +01:00
parent 636a7a02ec
commit df5b229d23
36 changed files with 382 additions and 590 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ categories = ["command-line-utilities"]
rust-version = "1.74"
[workspace.dependencies]
pacdef_macros = { path = "crates/pacdef_macros", version = "1.0" }
pacdef = { path = "crates/pacdef", version = "1.6" }
pacdef = { path = "crates/pacdef" }
[profile.release]
lto = "off"