elf: will start using clap to parse assembler arguments for CLI

I am tired af for some reason
This commit is contained in:
2025-06-23 21:30:48 +01:00
parent ed479ac146
commit 00a28e7711
9 changed files with 181 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ name = "assembler"
path = "src/lib.rs"
[dependencies]
clap = { version = "4.5.40", features = ["derive"] }
common = { path = "../common" }
num_cpus = "1.17.0"
threadpool = "1.8.1"