Files
zocket/build.zig.zon

20 lines
561 B
Zig

.{
.name = .zocket,
.version = "0.0.0",
.fingerprint = 0x22ea3973fd74773f,
.minimum_zig_version = "0.16.0",
.dependencies = .{
.toml = .{
.url = "git+https://github.com/sam701/zig-toml?ref=zig-0.16#8685923e32e8b8a795eb2715684236975a70faed",
.hash = "toml-0.3.0-bV14BRmKAQAWR0FT0KUKFwVJTImaFhWjSe6HfSMtNZOH",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
"README.md",
},
}