1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 10:23:31 +02:00
birchwood/dub.json
Tristan B. Velloza Kildaire b1e3f24fdd
Upgrade/logging (#44)
* Dub

- Switched to `gogga` for logging

* birchwood.logging

- Added logging facilities

* Client

- Use new logging facility

* Receiver

- Use new logging facility

* Messages

- Use new logging facility

* Messages

- Cleaned up

* Dub

- Bumped

* Dub

- Bumped

* Revert "Dub"

This reverts commit a7049d1d87.

* Reapply "Dub"

This reverts commit 44b9b19828.
2024-05-12 18:08:40 +02:00

16 lines
365 B
JSON

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