You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
janet-nanoid/project.janet

11 lines
255 B

(declare-project
:name "nanoid"
:author "Jason Staten"
:license "Unlicense"
:version "0.0.1"
:url "https://git.sr.ht/~statianzo/janet-nanoid"
:repo "git+https://git.sr.ht/~/statianzo/janet-nanoid")
(declare-source
:source ["nanoid.janet"])