This commit is contained in:
Jay McCarthy 2018-08-21 16:29:21 -04:00
parent 3d89ab8ffe
commit 1a41aacff2
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@
"ansi" "ansi"
"struct-define" "struct-define"
"base")) "base"))
(define build-deps '()) (define build-deps '("htdp-doc"
"racket-doc"
"scribble-lib"
))
(define version "0.1") (define version "0.1")
(define pkg-authors '(jeapostrophe)) (define pkg-authors '(jeapostrophe))
(define scribblings '(("raart.scrbl" () ("UI")))) (define scribblings '(("raart.scrbl" () ("UI"))))