teacher-tools/api/dub.json

20 lines
360 B
JSON
Raw Normal View History

2024-12-16 20:04:42 +00:00
{
"authors": [
"Andrew Lalis"
],
"copyright": "Copyright © 2024, Andrew Lalis",
"dependencies": {
"asdf": "~>0.7.17",
2025-01-23 17:10:32 +00:00
"ddbc": "~>0.6.2",
2024-12-16 20:04:42 +00:00
"handy-httpd": "~>8.4.3"
},
"description": "A minimal D application.",
"license": "proprietary",
"name": "teacher-tools-api",
"stringImportPaths": [
2024-12-16 22:20:15 +00:00
"."
2024-12-16 20:04:42 +00:00
],
"subConfigurations": {
2025-01-23 17:10:32 +00:00
"ddbc": "PGSQL"
2024-12-16 20:04:42 +00:00
}
}