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
8 lines
223 B
Zig
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 = .{""},
|
|
}
|