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

; Test executable
(executable
    (name bot)
	(modules bot)
    (libraries lwt animus)
)

(include_subdirs unqualified)