forked from cadence/breezewiki
Add req.rktd for use with raco req
This commit is contained in:
parent
155a277f26
commit
29007b0e29
3 changed files with 2 additions and 4 deletions
|
@ -1,3 +0,0 @@
|
|||
#lang info
|
||||
|
||||
(define build-deps '("rackunit-lib" "web-server-lib" "http-easy-lib" "html-parsing" "html-writing" "json-pointer" "ini-lib" "memo" "net-cookies-lib" "gui-easy-lib" "sql" "charterm" "cli"))
|
2
info.rkt
2
info.rkt
|
@ -1,3 +1,3 @@
|
|||
#lang info
|
||||
|
||||
(define build-deps '("rackunit-lib" "web-server-lib" "http-easy-lib" "html-parsing" "html-writing" "json-pointer" "typed-ini-lib" "memo" "net-cookies-lib"))
|
||||
(define build-deps '("rackunit-lib" "web-server-lib" "http-easy-lib" "html-parsing" "html-writing" "json-pointer" "typed-ini-lib" "memo" "net-cookies-lib" "db"))
|
||||
|
|
1
req.rktd
Normal file
1
req.rktd
Normal file
|
@ -0,0 +1 @@
|
|||
((local (".")))
|
Loading…
Reference in a new issue