Initial library structure, build system and packet implementation
This commit is contained in:
parent
f02cd37a40
commit
dad6a6819c
5 changed files with 381 additions and 0 deletions
13
build.zig.zon
Normal file
13
build.zig.zon
Normal 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",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue