chore: initialize project scaffold with cmake build, gitignore, submodules for inja/json, and sinja server source

This commit is contained in:
2025-09-08 04:22:02 +00:00
commit f065ace937
12 changed files with 2363 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[submodule "external/inja"]
path = external/inja
url = https://github.com/pantor/inja.git
[submodule "external/json"]
path = external/json
url = https://github.com/nlohmann/json.git