Add info.rkt.
This commit is contained in:
parent
76bff909e9
commit
95c0611e4f
1 changed files with 5 additions and 0 deletions
5
info.rkt
Normal file
5
info.rkt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#lang info
|
||||||
|
(define collection "dds")
|
||||||
|
(define deps '("base"
|
||||||
|
"graph-lib"
|
||||||
|
"rackunit-lib"))
|
Loading…
Reference in a new issue