starter/dub.json

14 lines
380 B
JSON

{
"authors": [
"Andrew Lalis"
],
"copyright": "Copyright © 2025, Andrew Lalis",
"dependencies": {
"handy-http-primitives": "~>1.0",
"handy-http-transport": "~>1.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"
}