Let there be light

This commit is contained in:
heyarne 2021-07-07 16:06:47 +02:00
commit 6b8a916cd5
6 changed files with 68 additions and 0 deletions

7
project.janet Normal file
View file

@ -0,0 +1,7 @@
(declare-project
:name "arnes.space"
:description "a library that does things" # some example metadata.
# Optional urls to git repositories that contain required artifacts.
:dependencies ["https://git.sr.ht/~subsetpark/bagatto"
"https://github.com/swlkr/janet-html"])