Add info.rkt.

This commit is contained in:
Sergiu Ivanov 2020-05-16 19:00:04 +02:00
parent 76bff909e9
commit 95c0611e4f
1 changed files with 5 additions and 0 deletions

5
info.rkt Normal file
View File

@ -0,0 +1,5 @@
#lang info
(define collection "dds")
(define deps '("base"
"graph-lib"
"rackunit-lib"))