diff --git a/gyro.zzz b/gyro.zzz new file mode 100644 index 0000000..a2ba34c --- /dev/null +++ b/gyro.zzz @@ -0,0 +1,13 @@ +pkgs: + args: + version: 0.0.0 + description: "Simple-to-use argument parser with struct-based config" + license: MIT + source_url: "https://github.com/MasterQ32/zig-args" + tags: + option-parser + option-parsing + root: args.zig + files: + README.md + LICENSE