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:
parent
78183fcc9e
commit
50abe7a88b
6 changed files with 521 additions and 0 deletions
5
BeefSpace.toml
Normal file
5
BeefSpace.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
FileVersion = 1
|
||||
Projects = {Common = {Path = "."}}
|
||||
|
||||
[Workspace]
|
||||
StartupProject = "Common"
|
Loading…
Add table
Add a link
Reference in a new issue