dune depends: add crowbar
Some checks failed
build / build (push) Failing after 2m47s

This commit is contained in:
Swrup 2025-09-29 06:38:01 +02:00
parent cfd892eadd
commit 91ee431880
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@
(>= 0.2.1))
(cmdliner
(>= 1.3.0))
(crowbar :with-test)
fmt
fpath
(menhir

View File

@ -15,6 +15,7 @@ depends: [
"dune" {>= "2.9"}
"bos" {>= "0.2.1"}
"cmdliner" {>= "1.3.0"}
"crowbar" {with-test}
"fmt"
"fpath"
"menhir" {>= "20211230"}