WIP objdiff 3.0 refactor

This commit is contained in:
Luke Street
2025-02-26 22:09:39 -07:00
parent 6d3c63ccd8
commit f3c157ff06
79 changed files with 14886 additions and 6820 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ argp = "0.4"
crossterm = "0.28"
enable-ansi-support = "0.2"
memmap2 = "0.9"
objdiff-core = { path = "../objdiff-core", features = ["all"] }
objdiff-core = { path = "../objdiff-core", features = ["ppc", "std", "config", "dwarf", "bindings", "serde"] }
prost = "0.13"
ratatui = "0.29"
rayon = "1.10"