mirage-config/dub.json

10 lines
269 B
JSON
Raw Normal View History

2022-09-23 22:34:22 +02:00
{
"name": "poodinis-config",
"description": "Config loading and injection using Poodinis",
"copyright": "Copyright © 2022, Mike Bierlee",
"authors": ["Mike Bierlee"],
"license": "MIT",
"dependencies": { "poodinis": "~>8.1.2" },
"targetType": "library"
}