mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
fix typo
This commit is contained in:
parent
fd772bc023
commit
d97aac18c3
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@
|
|||
(depends
|
||||
(tiny_httpd (= :version))
|
||||
(base64 (>= 3.0))
|
||||
crypokit
|
||||
cryptokit
|
||||
(logs :with-test)
|
||||
(odoc :with-doc)))
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ depends: [
|
|||
"dune" {>= "2.9"}
|
||||
"tiny_httpd" {= version}
|
||||
"base64" {>= "3.0"}
|
||||
"crypokit"
|
||||
"cryptokit"
|
||||
"logs" {with-test}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue