1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 06:03:29 +02:00
birchwood/dub.json
Tristan B. Velloza Kildaire 39cbcbace6 Dub
- Added `libsnooze` version `0.2.9` as a dependency
2023-03-08 17:29:21 +02:00

15 lines
319 B
JSON

{
"authors": [
"Tristan B. Kildaire"
],
"copyright": "Copyright © 2022, Tristan B. Kildaire",
"dependencies": {
"dlog": "0.1.1",
"eventy": "0.4.0",
"libsnooze": "~>0.2.9"
},
"description": "A sane IRC framework for the D language",
"license": "LGPL-3.0",
"name": "birchwood",
"targetType": "library"
}