universal-lambda-example/build.zig.zon

15 lines
398 B
Plaintext
Raw Normal View History

2023-09-21 17:10:03 +00:00
.{
.name = "univeral-zig-example",
.version = "0.0.1",
.dependencies = .{
2024-05-10 21:05:34 +00:00
.@"universal-lambda-zig" = .{
2024-06-08 18:07:29 +00:00
.url = "https://git.lerch.org/lobo/universal-lambda-zig/archive/562fd85dfbc3f7c056ca5a6e1d2c07863fbbf304.tar.gz",
.hash = "1220a3807d02bbefa12977795e0a2c27849c77b8ec4d866803692fd311ca49bdef36",
2023-09-21 17:10:03 +00:00
},
},
2024-05-10 21:05:34 +00:00
.paths = .{
"",
},
2023-09-21 17:10:03 +00:00
}