janet-mastodon-bookmarks/project.janet

7 lines
175 B
Plaintext
Raw Normal View History

2024-06-21 22:59:04 +02:00
(declare-project
:name "mastodon-test"
:dependencies ["https://github.com/meinside/httprequest-janet"])
(declare-executable
:name "mastodon-test"
:entry "main.janet")