Implement Logger, Caching, Args (#2)

This adds basic testing, the logger, caching and an commandline argument
parser

Reviewed-on: #2

closes #1
This commit is contained in:
Booklordofthedings 2025-03-27 17:46:02 +01:00
parent 78183fcc9e
commit 50abe7a88b
6 changed files with 521 additions and 0 deletions

5
BeefSpace.toml Normal file
View file

@ -0,0 +1,5 @@
FileVersion = 1
Projects = {Common = {Path = "."}}
[Workspace]
StartupProject = "Common"