Add info.rkt with dependencies

This commit is contained in:
Cadence Ember 2022-08-24 11:33:07 +12:00
parent 1ae323fa5e
commit 8c65b2ed02
Signed by: cadence
GPG Key ID: BC1C2C61CF521B17
1 changed files with 3 additions and 0 deletions

3
info.rkt Normal file
View File

@ -0,0 +1,3 @@
#lang info
(define build-deps '("rackunit-lib" "web-server-lib" "http-easy-lib" "html-parsing" "html-writing" "json-pointer"))