add deps inside dune

This commit is contained in:
Mylloon 2023-05-15 10:23:35 +02:00
parent aac13f01e8
commit fe4c642ff9
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 12 additions and 1 deletions

View file

@ -17,7 +17,15 @@
(name pusk) (name pusk)
(synopsis "Twitter bot") (synopsis "Twitter bot")
(description "Send tweet peridically to avoid ban from Elon") (description "Send tweet peridically to avoid ban from Elon")
(depends ocaml dune) (depends
ocaml
dune
(cohttp-lwt-unix
(>= 5.1))
(dotenv
(>= 0.0))
(twostep
(>= 1.0)))
(tags (tags
(api twitter))) (api twitter)))

View file

@ -9,6 +9,9 @@ tags: ["api" "twitter"]
depends: [ depends: [
"ocaml" "ocaml"
"dune" {>= "3.7"} "dune" {>= "3.7"}
"cohttp-lwt-unix" {>= "5.1"}
"dotenv" {>= "0.0"}
"twostep" {>= "1.0"}
"odoc" {with-doc} "odoc" {with-doc}
] ]
build: [ build: [