Initial library structure, build system and packet implementation

This commit is contained in:
Gu://em_ 2026-06-09 19:29:01 +02:00
parent f02cd37a40
commit dad6a6819c
5 changed files with 381 additions and 0 deletions

13
build.zig.zon Normal file
View file

@ -0,0 +1,13 @@
.{
.name = "reticulum-zero",
.version = "0.0.0",
.minimum_zig_version = "0.16.0",
.dependencies = .{},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
"README.md",
},
}