aboutsummaryrefslogtreecommitdiff
path: root/dune
blob: b2b5412ff473716b6fed29412210be7cdb7a6001 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(library
	(name animus)
	(modules endpoints client shard opcode shardManager http)
	(libraries core async cohttp cohttp.async yojson websocket websocket.async)
)

; Test executable
(executable
    (name bot)
	(modules bot)
    (libraries core async animus)
)

(include_subdirs unqualified)