10 lines
151 B
TOML
10 lines
151 B
TOML
[[project]]
|
|
path = "./"
|
|
version = "0.10.0"
|
|
assembler = "nasm"
|
|
instruction_set = "x86-64"
|
|
|
|
[project.opts]
|
|
diagnostics = true
|
|
default_diagnostics = true
|