janet-mastodon-bookmarks/project.janet
2024-06-22 09:27:25 +02:00

7 lines
175 B
Plaintext

(declare-project
:name "mastodon-test"
:dependencies ["https://github.com/meinside/httprequest-janet"])
(declare-executable
:name "mastodon-test"
:entry "main.janet")