server: add fennel as dependency

This commit is contained in:
arne 2024-03-25 08:09:40 +01:00
commit 476e0b41d3

View file

@ -8,7 +8,8 @@ description = {
license = "AGPL" license = "AGPL"
} }
dependencies = { dependencies = {
"http" "http",
"fennel"
} }
build = { build = {
type = "builtin", type = "builtin",