mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
10 lines
205 B
TOML
10 lines
205 B
TOML
[[executable]]
|
|
name = "hello_world"
|
|
version = "0.1.0"
|
|
authors = ["John Doe <john.doe@example.com>"]
|
|
langrev = "1"
|
|
warnings = ["no-unused"]
|
|
# sources compiled
|
|
sources = ["./**"]
|
|
# libraries to use
|
|
libs = [] |