2024-01-16 17:54:57 +01:00
|
|
|
// The Zig compiler is not intended to be consumed as a package.
|
|
|
|
|
// The sole purpose of this manifest file is to test the compiler.
|
|
|
|
|
.{
|
2025-02-24 21:07:01 -08:00
|
|
|
.name = .zig,
|
2024-01-16 17:54:57 +01:00
|
|
|
.version = "0.0.0",
|
|
|
|
|
.dependencies = .{
|
|
|
|
|
.standalone_test_cases = .{
|
|
|
|
|
.path = "test/standalone",
|
|
|
|
|
},
|
2024-02-17 17:47:13 +01:00
|
|
|
.link_test_cases = .{
|
|
|
|
|
.path = "test/link",
|
|
|
|
|
},
|
2024-01-16 17:54:57 +01:00
|
|
|
},
|
|
|
|
|
.paths = .{""},
|
2025-02-26 04:01:28 -08:00
|
|
|
.fingerprint = 0xc1ce108124179e16,
|
2024-01-16 17:54:57 +01:00
|
|
|
}
|