Files

16 lines
201 B
TOML
Raw Permalink Normal View History

[seed]
name = 'base'
[dependency]
no_standard_dependencies = true
[build]
build_system = 'source-only'
build_for = 'target'
watch_files = [ 'src:**' ]
[install]
"/" = [ 'src:boot' ]
# vim: ft=toml