EXCEPTION SYSTEM (initial version - may change later)

This commit is contained in:
2025-12-24 13:56:41 +01:00
parent 3f789442c0
commit 09d9064372
11 changed files with 338 additions and 332 deletions

View File

@@ -6,5 +6,6 @@ edition = "2024"
[dependencies]
anyhow = "1.0.100"
goblin = "0.10.4"
int-enum = "1.2.0"
memmap2 = "0.9.8"
nix = { version = "0.30.1", features = ["fs"] }