17 lines
244 B
TOML
17 lines
244 B
TOML
[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"
|