teacher-tools/api/dub.json

21 lines
400 B
JSON

{
"authors": [
"Andrew Lalis"
],
"copyright": "Copyright © 2024, Andrew Lalis",
"dependencies": {
"asdf": "~>0.7.17",
"botan": "~>1.13.6",
"d2sqlite3": "~>1.0.0",
"handy-httpd": "~>8.4.3"
},
"description": "A minimal D application.",
"license": "proprietary",
"name": "teacher-tools-api",
"stringImportPaths": [
"."
],
"subConfigurations": {
"d2sqlite3": "all-included"
}
}