Fix dependencies in dune-project

This commit is contained in:
orbifx 2021-09-14 21:21:58 +01:00
parent 3bdfa78b0b
commit 800c90b05b
2 changed files with 3 additions and 1 deletions

View File

@ -13,4 +13,4 @@
(package
(name logarion)
(synopsis "Texts archival and exchange")
(depends re cmdliner bos ptime uuidm uri text_parse msgpck))
(depends re cmdliner bos ptime uuidm uri text_parse msgpck cohttp-lwt-unix tls))

View File

@ -16,6 +16,8 @@ depends: [
"uri"
"text_parse"
"msgpck"
"cohttp-lwt-unix"
"tls"
]
build: [
["dune" "subst"] {pinned}