renaissance/dub.json

15 lines
381 B
JSON

{
"authors": [
"Tristan B. Velloza Kildaire"
],
"copyright": "Copyright © 2023, Tristan B. Velloza Kildaire",
"dependencies": {
"davinci": "0.0.2",
"gogga": "~>0.1.3"
},
"description": "Reference implementation of the DNET server protocol",
"license": "AGPL 3.0",
"name": "renaissance",
"targetType": "executable",
"mainSourceFile": "source/renaissance/daemon.d"
}