Add initial zocket/config.toml and define Zig dependency for TOML parsing

This commit is contained in:
2026-07-31 23:09:10 +02:00
parent 7d85821643
commit aa3b77eeda
3 changed files with 152 additions and 3 deletions

View File

@@ -3,7 +3,12 @@
.version = "0.0.0",
.fingerprint = 0x22ea3973fd74773f,
.minimum_zig_version = "0.16.0",
.dependencies = .{},
.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",
@@ -11,4 +16,4 @@
"LICENSE",
"README.md",
},
}
}