aboutsummaryrefslogtreecommitdiff
path: root/project.janet
blob: 82a5880f7169c5add870148489d0728f7f96d1c0 (plain)
1
2
3
4
5
6
7
8
9
(declare-project
  :name "webgen"
  :description "Static web generator"
  :dependencies ["https://github.com/janet-lang/path.git"
                 "https://github.com/jeannekamikaze/janet-filesystem.git"])

(declare-executable
  :name "webgen"
  :entry "webgen.janet")