aboutsummaryrefslogtreecommitdiff
path: root/lib/dune
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-02-19 12:00:10 -0700
committerAdelyn Breelove <[email protected]>2019-02-19 12:00:10 -0700
commit34016fba55c1417408003c4689037bd8c7fc7881 (patch)
treef4c1a4542267f034f4296f52593f66c17216d1cc /lib/dune
parentAdd unavailable guilds to cache test (diff)
downloaddisml-34016fba55c1417408003c4689037bd8c7fc7881.tar.xz
disml-34016fba55c1417408003c4689037bd8c7fc7881.zip
Add permissions module
Diffstat (limited to 'lib/dune')
-rw-r--r--lib/dune3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dune b/lib/dune
index fcc163c..0b13c69 100644
--- a/lib/dune
+++ b/lib/dune
@@ -12,6 +12,7 @@
guild guild_t guild_id guild_id_t
member member_t
message message_t message_id
+ permissions
presence
reaction reaction_t
role role_t role_id
@@ -20,7 +21,7 @@
event_models
cache client client_options disml dispatch endpoints event http opcode rl sharder
)
- (libraries checkseum.ocaml core async_ssl cohttp-async decompress logs yojson websocket-async ppx_deriving_yojson.runtime)
+ (libraries checkseum.ocaml core async_ssl cohttp-async decompress logs yojson websocket-async ppx_deriving_yojson.runtime bitmasks)
(preprocess (pps ppx_sexp_conv ppx_deriving_yojson))
)