nostril/dub.json
Tristan B. Velloza Kildaire 6eb4c35537 Logging
- Updated to the newest `gogga`
- Simply importing `nostril.logging` will now setup a single instance of the logger per module per TLS (per-thread)

Storage

- Moved `BackingStore` to `nostril.storage`

Server

- Added a field to hold an instance of some kind-of `BackingStore` as `store`
2023-03-02 16:05:48 +02:00

13 lines
272 B
JSON

{
"authors": [
"Tristan B. Velloza Kildaire"
],
"copyright": "Copyright © 2023, Tristan B. Velloza Kildaire",
"dependencies": {
"gogga": "2.1.1",
"vibe-d": "~>0.9.5"
},
"description": "A minimal D application.",
"license": "proprietary",
"name": "nostril"
}