example of a new build tool for programs

master
able 2024-02-15 15:24:01 -06:00
parent 40c3975fce
commit c1e8b0e304
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,16 @@
[package]
name = "logger_testing"
authors = ["able"]
# Similar to cargo libraries
[dependants.libraries]
# Similar to cargo install
[dependants.binaries]
hblang = ""
[build.debug]
command = "hblang src/main.hbl"
[run.debug]
depends = ["build.debug"]
command = ""

View File

@ -0,0 +1,2 @@
fn main() {
}