This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
clj-browserchannel/clj-browserchannel-netty-adapter/project.clj
2012-04-07 21:03:14 +02:00

7 lines
303 B
Clojure

(defproject net.thegeez/clj-browserchannel-netty-adapter "0.0.1"
:description "Netty adapter for BrowserChannel through Aleph"
:dependencies [[org.clojure/clojure "1.3.0"]
[aleph "0.2.1-SNAPSHOT"]
[net.thegeez/clj-browserchannel-server "0.0.1"]
])