1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 05:43:52 +02:00
- Added `libsnooze` version `0.2.9` as a dependency
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-08 17:29:21 +02:00
parent b9b2cb9c2e
commit 39cbcbace6

View File

@ -5,10 +5,11 @@
"copyright": "Copyright © 2022, Tristan B. Kildaire", "copyright": "Copyright © 2022, Tristan B. Kildaire",
"dependencies": { "dependencies": {
"dlog": "0.1.1", "dlog": "0.1.1",
"eventy": "0.4.0" "eventy": "0.4.0",
"libsnooze": "~>0.2.9"
}, },
"description": "A sane IRC framework for the D language", "description": "A sane IRC framework for the D language",
"license": "LGPL-3.0", "license": "LGPL-3.0",
"name": "birchwood", "name": "birchwood",
"targetType": "library" "targetType": "library"
} }