fork of https://github.com/tree-sitter/tree-sitter-graph

Add Zenodo citation file

Once the first release shows up and we have a DOI, I'll also add (in a
separate PR) a `CITATION.cff` file that GitHub will render.

Changed files
+18
+18
.zenodo.json
···
··· 1 + { 2 + "creators": [ 3 + { 4 + "orcid": "0000-0001-5117-0921", 5 + "name": "van Antwerpen, Hendrik", 6 + "affiliation": "GitHub" 7 + }, 8 + { 9 + "name": "Rix, Rob", 10 + "affiliation": "GitHub" 11 + }, 12 + { 13 + "orcid": "0000-0003-1100-4894", 14 + "name": "Creager, Douglas A.", 15 + "affiliation": "GitHub" 16 + } 17 + ] 18 + }