tristanable/dub.json
2020-06-21 17:25:01 +02:00

13 lines
267 B
JSON

{
"authors": [
"Tristan B. Kildaire"
],
"copyright": "Copyright © 2020, Tristan B. Kildaire",
"dependencies": {
"bformat": "~>1.0.8"
},
"description": "A minimal D application.",
"license": "proprietary",
"name": "tristanable",
"targetType": "library"
}