starter/dub.json

14 lines
376 B
JSON
Raw Normal View History

2025-01-14 23:14:18 +00:00
{
"authors": [
"Andrew Lalis"
],
"copyright": "Copyright © 2025, Andrew Lalis",
"dependencies": {
"handy-http-primitives": "~>1",
"handy-http-transport": "~>1"
},
"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"
}