-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathproject.clj
More file actions
17 lines (17 loc) · 768 Bytes
/
Copy pathproject.clj
File metadata and controls
17 lines (17 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(defproject galapagos "0.1.0-SNAPSHOT"
:description "A server library implementing the GraphQL specification."
:url "https://github.com/jstaffans/galapagos"
:license {:name "The MIT License"
:url "http://opensource.org/licenses/MIT"
:distribution :repo}
:dependencies [[org.clojure/clojure "1.7.0"]
[instaparse "1.4.1"]
[prismatic/schema "1.0.0"]
[com.taoensso/timbre "4.1.1"]
[medley "0.7.0"]
[muse "0.4.0"]
[cats "0.4.0"]
[org.clojure/core.async "0.1.346.0-17112a-alpha"]]
:profiles {:dev
{:dependencies [[juxt/iota "0.1.2"]]
:plugins [[michaelblume/lein-marginalia "0.9.0"]]}})