starter/dub.json

17 lines
466 B
JSON

{
"authors": [
"Andrew Lalis"
],
"copyright": "Copyright © 2025, Andrew Lalis",
"dependencies": {
"handy-http-primitives": "~>1.6",
"handy-http-transport": "~>1.1",
"handy-http-data": "~>1.2",
"handy-http-websockets": "~>1.1",
"slf4d": "~>4.0"
},
"description": "A collection of Handy-HTTP dependencies and common boilerplate code for starting a web server in minutes.",
"license": "CC0",
"name": "handy-http-starter",
"targetType": "library"
}