baseline: mongo-light working tree before concurrency refactor

This commit is contained in:
mongo-light
2026-08-02 10:29:01 +03:00
commit 4de42091a4
14 changed files with 4950 additions and 0 deletions

7
build.zig.zon Normal file
View File

@@ -0,0 +1,7 @@
.{
.name = .mongo_light,
.version = "0.0.1",
.minimum_zig_version = "0.16.0",
.paths = .{""},
.fingerprint = 0xb3baeb7ec5369577,
}