2024-02-15 15:24:01 -06:00
|
|
|
[package]
|
2024-04-24 20:09:45 -05:00
|
|
|
name = "htasm_test"
|
2024-02-15 15:24:01 -06:00
|
|
|
authors = ["able"]
|
|
|
|
|
|
|
|
# Similar to cargo libraries
|
|
|
|
[dependants.libraries]
|
|
|
|
# Similar to cargo install
|
|
|
|
[dependants.binaries]
|
2024-04-24 20:09:45 -05:00
|
|
|
htasm = ""
|
2024-02-15 15:24:01 -06:00
|
|
|
|
|
|
|
[build.debug]
|
|
|
|
command = "hblang src/main.hbl"
|
|
|
|
|
|
|
|
[run.debug]
|
|
|
|
depends = ["build.debug"]
|
|
|
|
command = ""
|