Skip to content

Instantly share code, notes, and snippets.

@swannodette
Created July 3, 2012 00:58
Show Gist options
  • Select an option

  • Save swannodette/3036709 to your computer and use it in GitHub Desktop.

Select an option

Save swannodette/3036709 to your computer and use it in GitHub Desktop.
project.clj
(defproject datomic-play "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.4.0"]
[org.clojure/core.logic "0.7.4"]
[com.datomic/datomic "0.1.3099"]]
:dev-dependencies [[lein-swank "1.4.4"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment