aboutsummaryrefslogtreecommitdiff
path: root/stdlib/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/project.clj')
-rw-r--r--stdlib/project.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/project.clj b/stdlib/project.clj
index accb59253..d37eb70e7 100644
--- a/stdlib/project.clj
+++ b/stdlib/project.clj
@@ -20,6 +20,7 @@
:manifest {"lux" ~version}
:source-paths ["source"]
+ :dependencies [[com.github.luxlang/luxc-jvm ~version]]
:profiles {:bibliotheca {:description "Standard library for the Lux programming language."
:dependencies []
:lux {:test "test/lux"}}