litelist/litelist-api/dub.json

22 lines
477 B
JSON
Raw Normal View History

2023-08-16 14:37:39 +00:00
{
"authors": [
"Andrew Lalis"
],
"copyright": "Copyright © 2023, Andrew Lalis",
"dependencies": {
"botan": "~>1.13.5",
"d-properties": "~>1.0.5",
2023-08-16 14:37:39 +00:00
"d2sqlite3": "~>1.0.0",
2024-01-26 01:20:01 +00:00
"handy-httpd": "~>8.1.0",
2023-08-16 14:37:39 +00:00
"jwt": "~>0.4.0",
2023-08-22 14:44:10 +00:00
"resusage": "~>0.3.2",
"slf4d": "~>2.4.3"
2023-08-16 14:37:39 +00:00
},
"description": "API for the litelist application.",
"license": "MIT",
"name": "litelist-api",
"subConfigurations": {
"d2sqlite3": "all-included"
},
"buildRequirements": ["allowWarnings"]
2023-08-16 14:37:39 +00:00
}