ableos/sysdata/programs/fisp_test/meta.toml

16 lines
251 B
TOML
Raw Normal View History

2024-04-25 01:09:45 +00:00
[package]
name = "fisp_test"
authors = ["able"]
[dependants.libraries]
[dependants.binaries]
# Refers to @FunkyEgg's lisp compiler for ableOS
fisp = ""
[build.debug]
command = "fisp src/main.fisp"
[run.debug]
depends = ["build.debug"]
command = ""