Files
c3c/resources/testproject/project.toml
2021-06-28 21:33:31 +02:00

12 lines
224 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 = []
soft-float = true