ableos/sysdata/programs/dev/meta.toml

17 lines
244 B
TOML
Raw Normal View History

2024-04-25 04:08:34 +00: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"