Add initial zocket/config.toml and define Zig dependency for TOML parsing
This commit is contained in:
@@ -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",
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user