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

7 lines
303 B
Clojure
Raw Normal View History

2012-04-07 15:03:14 -04:00
(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"]
])