We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265097b commit 81cd443Copy full SHA for 81cd443
info.rkt
@@ -15,6 +15,6 @@
15
"racket-index" ;; for cross references (setup/xref)
16
"html-parsing" ;; for parsing documentation text
17
))
18
-(define build-deps '("chk-lib"))
+(define build-deps '("chk-lib" "rackunit-lib"))
19
(define pkg-desc "Language Server Protocol implementation for Racket.")
20
(define version "1.0")
0 commit comments