Files
censtablo/project.janet
bluepython508 5930ffd357 Initial Commit
2026-02-10 14:19:40 +00:00

10 lines
213 B
Janet

(declare-project
:name "censtablo"
:description ""
:dependencies @["spork" "https://codeberg.org/ifreund/janet-wayland"]
:version "0.0.0")
(declare-executable
:name "censtablo"
:entry "./main.janet")