gemstone/tests/box/build.toml

17 lines
345 B
TOML
Raw Normal View History

2024-08-11 16:40:20 +00:00
[project]
name = "Stdlib tests"
version = "0.1.0"
description = "Test applications for the GSC standard library."
license = "GPL-2.0"
authors = [ "Sven Vogel <sven.vogel123@web.de>" ]
[target.prime]
import-paths = [ "." ]
root = "main.gsc"
mode = "application"
output = "bin"
archive = "archive"
[dependencies]
gscstd = { path = "../../lib" }