my project wasn't building, complaining that the .zon file was missing a .paths field. so i added an empty one here: https://github.com/travisstaloch/simdjzon-rpc/blob/main/build.zig.zon
this allows the project to build again. but i'm not sure what the field is supposed to be used for? i caught some of Andrew and Loris' orca stream where they copied the output of an 'ls' command into the .paths field. but i didn't really understand why there were doing that.
what is it used for?