elna/dub.json
2022-06-05 15:16:04 +02:00

10 lines
158 B
JSON

{
"dependencies": {
"tanya": "~>0.18.0"
},
"name": "elna",
"targetType": "executable",
"targetPath": "build/bin",
"mainSourceFile": "source/main.d"
}