1
0
Fork 0
forked from AbleOS/ableos
ableos_time/sysdata/programs/test/meta.toml

17 lines
262 B
TOML
Raw Normal View History

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