1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 12:23:32 +02:00
- Switched to `gogga` for logging
This commit is contained in:
Tristan B. Velloza Kildaire 2024-05-12 17:57:09 +02:00
parent 23b5b3944b
commit dfbee881ca

View File

@ -5,7 +5,7 @@
], ],
"copyright": "Copyright © 2023, Tristan B. Kildaire", "copyright": "Copyright © 2023, Tristan B. Kildaire",
"dependencies": { "dependencies": {
"dlog": ">=0.3.19", "gogga" : ">=3.1.1",
"eventy": ">=0.4.0" "eventy": ">=0.4.0"
}, },
"description": "A sane IRC framework for the D language", "description": "A sane IRC framework for the D language",