~edwargix/tallyard

2f15746fe66b4a73efd036a42fcb48c3f2a48f3c — David Florness 5 years ago 385d8f9
simple-http is a dependency
1 files changed, 1 insertions(+), 1 deletions(-)

M info.rkt
M info.rkt => info.rkt +1 -1
@@ 1,6 1,6 @@
#lang info
(define collection "tallyard")
(define deps '("base" "crypto"))
(define deps '("base" "crypto" "simple-http"))
(define build-deps '("scribble-lib" "racket-doc" "rackunit-lib"))
(define scribblings '(("scribblings/tallyard.scrbl" ())))
(define pkg-desc "Description Here")