1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 10:43:33 +02:00
birchwood/dub.json
Tristan B. Velloza Kildaire 2d299fffe0 Dub
- Removed `libsnooze` dependency
2023-10-01 17:31:58 +02:00

16 lines
364 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"
},
"description": "A sane IRC framework for the D language",
"license": "LGPL-3.0",
"name": "birchwood",
"targetType": "library"
}