Skip to content

Commit

Permalink
fix: add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leostera committed Jan 7, 2024
1 parent 5232ab7 commit 203e7ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
(ocaml (>= "5.1.0"))
(ppx_bitstring (>= "4.1.0"))
(riot (>= "0.0.7"))
(uutf (>= "1.0.3"))
(digestif (>= "1.1.4"))
(telemetry (>= "0.0.1")))
(tags
(riot http server)))
2 changes: 2 additions & 0 deletions nomad.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ depends: [
"ocaml" {>= "5.1.0"}
"ppx_bitstring" {>= "4.1.0"}
"riot" {>= "0.0.7"}
"uutf" {>= "1.0.3"}
"digestif" {>= "1.1.4"}
"telemetry" {>= "0.0.1"}
"odoc" {with-doc}
]
Expand Down

0 comments on commit 203e7ef

Please sign in to comment.