Skip to content

Commit

Permalink
Add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot committed Sep 26, 2024
1 parent f20e522 commit 926cd69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@
(name get-activity)
(synopsis "Collect activity as markdown")
(depends
cohttp-eio
(cmdliner
(>= 1.1.1))
dune-build-info
eio_main
fmt
logs
mirage-crypto-rng-eio
tls-eio
(get-activity-lib
(= :version))))

Expand Down
4 changes: 4 additions & 0 deletions get-activity.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ homepage: "https://github.com/tarides/get-activity"
bug-reports: "https://github.com/tarides/get-activity/issues"
depends: [
"dune" {>= "2.8"}
"cohttp-eio"
"cmdliner" {>= "1.1.1"}
"dune-build-info"
"eio_main"
"fmt"
"logs"
"mirage-crypto-rng-eio"
"tls-eio"
"get-activity-lib" {= version}
"odoc" {with-doc}
]
Expand Down

0 comments on commit 926cd69

Please sign in to comment.