1
Fork 0
blog-zig-mongo/build.zig.zon
Leonardo Devai 0f915a4e76 Add the devai.io boilerplate library: 42 runnable projects
21 bite-sized beginner tutorials (Web Basics, APIs & Data), the 8-backend blog
engine series, 4 blog frontends, 2 React starters, 3 NixOS desktops and 4 Rust
API/pipeline boilerplates. Every folder is a complete, self-contained project
with its own README.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VGNxPf9PrSG2kzrxSvn45Y
2026-07-19 16:31:48 +02:00

8 lines
223 B
Zig

.{
.name = .blog_zig_mongo,
.version = "0.1.0",
.minimum_zig_version = "0.16.0",
.fingerprint = 0xed88f559ebc83329, // package identity; regenerate if you fork
.dependencies = .{},
.paths = .{""},
}