handy-http-2/dub.json

14 lines
323 B
JSON

{
"authors": [
"Andrew Lalis"
],
"copyright": "Copyright © 2024, Andrew Lalis",
"description": "Improved HTTP server based on handy-http.",
"license": "MIT",
"name": "handy-http-2",
"buildRequirements": ["allowWarnings"],
"subPackages": [
"./sub-packages/http-parser/",
"./sub-packages/http-primitives/"
]
}