This commit is contained in:
Simon Cruanes 2024-02-03 18:04:15 -05:00
parent fd772bc023
commit d97aac18c3
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@
(depends
(tiny_httpd (= :version))
(base64 (>= 3.0))
crypokit
cryptokit
(logs :with-test)
(odoc :with-doc)))

View file

@ -11,7 +11,7 @@ depends: [
"dune" {>= "2.9"}
"tiny_httpd" {= version}
"base64" {>= "3.0"}
"crypokit"
"cryptokit"
"logs" {with-test}
"odoc" {with-doc}
]