repo.or.cz
/
noblow.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update changes
[noblow.git]
/
project.clj
blob
fbbbfe79be09ed11b4aae0730ec9b72044d11da2
1
(defproject noblow "0.1.0-SNAPSHOT"
2
:description "FIXME: write this!"
3
:dependencies [[org.clojure/clojure "1.4.0"]
4
[noir "1.3.0-beta3"]
5
[org.xerial/sqlite-jdbc "3.7.2"]
6
[korma "0.3.0-beta11"]]
7
:main noblow.server)
8