From 9b24ada2c3a7afa42448fff7ee441ad983530d88 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 31 May 2026 05:51:50 +0000 Subject: add MASM-style formatting support in all modes this includes a mildly nightmarish bit of test harness to compare against ml.exe/ml64.exe/dumpbin.exe, which in turn chased out a bunch of bugs. yay! --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 987d4c5..e7158ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,7 @@ strum = { version = "0.28.0", features = ["derive"], optional = true } [dev-dependencies] rand = { version = "0.10.0", features = ["thread_rng"] } asmlinator = { version = "2.1.0" } +tempfile = { version = "=3.24.0" } [[test]] name = "test" -- cgit v1.1