mirage-config/dub.json
2022-09-23 23:34:22 +03:00

10 lines
269 B
JSON

{
"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"
}