pub fn build(b: *@import("std").Build) void { _ = b.addModule("xdg", .{ .root_source_file = b.path("xdg.zig") }); }