- Added `vibe-d` as a dependency
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-27 21:33:37 +02:00
parent 5d04b38bcd
commit 46d8847533
1 changed files with 6 additions and 5 deletions

View File

@ -7,13 +7,14 @@
"birchwood": ">=2.4.0-beta",
"eskomcalendar4d": ">=0.1.3",
"jstruct": ">=0.2.11",
"lumars": ">=1.11.0"
"lumars": ">=1.11.0",
"vibe-d": "~>0.9.6"
},
"description": "IRC bot for the BonoboNET IRC network",
"license": "AGPL-3.0",
"name": "botty",
"targetType": "executable",
"libs": [
"curl"
]
],
"license": "AGPL-3.0",
"name": "botty",
"targetType": "executable"
}