d-examples/dub.json

14 lines
No EOL
264 B
JSON

{
"authors": [
"Alexander Zhirov"
],
"copyright": "Copyright © 2025, Alexander Zhirov",
"description": "D examples",
"license": "MIT",
"name": "d-examples",
"targetPath": "bin",
"targetType": "executable",
"dependencies": {
"commandr": "~>1.1.0"
}
}