elna/dub.json

10 lines
158 B
JSON
Raw Normal View History

2024-02-25 15:16:19 +01:00
{
"dependencies": {
"tanya": "~>0.19.0"
},
"name": "elna",
"targetType": "executable",
"targetPath": "build/bin",
"mainSourceFile": "source/main.d"
}