add fmt dep
Some checks failed
build / build (push) Failing after 48s

This commit is contained in:
zapashcanon 2025-04-11 12:50:14 +02:00
parent 0d1d57d7a9
commit 6e0344b40c
Signed by: zapashcanon
GPG Key ID: 8981C3C62D1D28F1
3 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,7 @@ depends: [
"ocaml" {>= "4.13"}
"bos" {>= "0.2.0"}
"directories" {>= "0.6"}
"fmt"
"fpath"
"prelude" {>= "0.4"}
"scfg" {>= "0.2"}

View File

@ -33,6 +33,7 @@
(>= 0.2.0))
(directories
(>= 0.6))
fmt
fpath
(prelude
(>= 0.4))

View File

@ -1,6 +1,6 @@
(executable
(public_name ccbg)
(modules ccbg)
(libraries bos directories fpath prelude scfg)
(libraries bos directories fmt fpath prelude scfg)
(flags
(:standard -open Prelude)))