1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 11:43:22 +02:00
birchwood/dub.json
Tristan B. Velloza Kildaire 6119dd94c8 Dub
- Upgraded to `libsnooze` version `1.3.0-beta`
2023-06-29 18:35:28 +02:00

17 lines
395 B
JSON

{
"homepage": "https://deavmi.assigned.network/projects",
"authors": [
"Tristan B. Velloza Kildaire"
],
"copyright": "Copyright © 2023, Tristan B. Kildaire",
"dependencies": {
"dlog": ">=0.3.19",
"eventy": ">=0.4.0",
"libsnooze": ">=1.3.0-beta"
},
"description": "A sane IRC framework for the D language",
"license": "LGPL-3.0",
"name": "birchwood",
"targetType": "library"
}