Common/BeefProj.toml
Booklordofthedings 50abe7a88b Implement Logger, Caching, Args (#2)
This adds basic testing, the logger, caching and an commandline argument
parser

Reviewed-on: #2

closes #1
2025-03-27 17:46:02 +01:00

6 lines
99 B
TOML

FileVersion = 1
[Project]
Name = "Common"
TargetType = "BeefLib"
StartupObject = "Common.Program"