1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 01:43:50 +02:00
birchwood/dub.json
Tristan B. Velloza Kildaire b33414fcf0 Dub
- Upgraded `dlog` to version `0.3.19`
2023-03-08 20:13:16 +02:00

15 lines
328 B
JSON

{
"authors": [
"Tristan B. Velloza Kildaire"
],
"copyright": "Copyright © 2023, Tristan B. Kildaire",
"dependencies": {
"dlog": "0.3.19",
"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"
}