finnow/finnow-api/dub.json

25 lines
492 B
JSON
Raw Normal View History

2024-07-23 21:20:10 +00:00
{
"authors": [
"Andrew Lalis"
],
"copyright": "Copyright © 2024, Andrew Lalis",
"dependencies": {
"asdf": "~>0.7.17",
"botan": "~>1.13.6",
"d2sqlite3": "~>1.0.0",
"handy-httpd": {
"path": "/home/andrew/Code/github-andrewlalis/handy-httpd"
},
"jwt": "~>0.4.0",
"slf4d": "~>3.0.1"
2024-07-23 21:20:10 +00:00
},
"description": "Backend API for Finnow.",
"license": "proprietary",
"name": "finnow-api",
"stringImportPaths": [
"."
],
"subConfigurations": {
"d2sqlite3": "all-included"
}
2024-07-23 21:20:10 +00:00
}