hostapps/build.zig.zon

32 lines
1.4 KiB
Plaintext
Raw Permalink Normal View History

2024-01-12 22:47:10 -06:00
.{
.name = "hostapps",
.version = "0.1.0",
.minimum_zig_version = "0.12.0",
.dependencies = .{
.logz = .{
2024-05-14 15:23:31 -05:00
.url = "https://github.com/karlseguin/log.zig/archive/2f17be4b6bbd32884df562a8d0501c15ec3bb928.tar.gz",
// .hash = "1220b6cf56de826aead943a6db2a62ed40d81a150c24dcb019b3eb88673c82a6e7b7",
.hash = "1220347c287af8b265e36cffaf1c29e22da887e8fdcf38310e7b7d3c65ce64acf4f0",
2024-01-12 22:47:10 -06:00
},
.anzi = .{
.url = "https://git.ocjtech.us/jeff/anzi/archive/0e9d395a55b16da1d5bf7bfb59e2cfa59a7f2630.tar.gz",
.hash = "12203f0ed986047bcd860b00496979a7734c2f462da4e56a72add4b17a1a7981f8ec",
},
2024-05-14 15:23:31 -05:00
// .netboxz = .{
// // .url = "https://github.com/jcollie/netboxz/archive/354caea69a1e033cf34da6c5e514dc4eb755af06.tar.gz",
// // .hash = "1220374f4587ec4d1e820a45039cd4bedd7cd560a3a668fdae2db0b5a6609f97c793",
// .path = "../netboxz",
// },
2024-01-28 20:20:37 -06:00
.@"zig-cli" = .{
2024-05-14 15:23:31 -05:00
.url = "https://github.com/sam701/zig-cli/archive/9a94c4803a52e54c26b198096d63fb5bde752da2.tar.gz",
// .hash = "12208a4377c7699927605e5a797bad5ae2ba8be4b49f68b9f522b3a755597a21f1cf",
.hash = "1220ab73fb7cc11b2308edc3364988e05efcddbcac31b707f55e6216d1b9c0da13f1",
2024-01-28 20:20:37 -06:00
},
2024-01-12 22:47:10 -06:00
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}