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
6
BeefProj.toml
Normal file
6
BeefProj.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
FileVersion = 1
|
||||
|
||||
[Project]
|
||||
Name = "Common"
|
||||
TargetType = "BeefLib"
|
||||
StartupObject = "Common.Program"
|
Loading…
Add table
Add a link
Reference in a new issue