blob: 61f90727f34273463a2346363048da201ecacf67 (
plain)
1
2
3
4
5
6
7
8
|
pub const Module = @import("Package/Module.zig");
pub const Fetch = @import("Package/Fetch.zig");
pub const build_zig_basename = "build.zig";
pub const Manifest = @import("Package/Manifest.zig");
test {
_ = Fetch;
}
|