16 lines
266 B
TOML
16 lines
266 B
TOML
|
[project]
|
||
|
authors = [ "Sven Vogel" ]
|
||
|
license = "GPL-2.0"
|
||
|
version = "0.1.0"
|
||
|
description = "This is a test project"
|
||
|
|
||
|
[target.debug]
|
||
|
root = "src/main.txt"
|
||
|
output = "bin"
|
||
|
archive = "archive"
|
||
|
opt = 1
|
||
|
print_ast = true
|
||
|
print_asm = true
|
||
|
print_ir = true
|
||
|
mode = "application"
|