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

17 lines
244 B
TOML
Raw Normal View History

2024-04-24 23:08:34 -05:00
[package]
name = "dev"
authors = ["able"]
[dependants.libraries]
file_service = "0.0.1"
[dependants.binaries]
susc.version = "1.0.0"
[build.debug]
command = "susc src/main.hbl"
[run.debug]
depends = ["build.debug"]
command = "bin/main.hbf"