Added package envconfig (#1301)

This commit is contained in:
jiro 2020-01-02 21:59:15 +09:00 committed by Miran
parent 270a37ce40
commit 2ed018d7eb

View File

@ -15903,6 +15903,19 @@
"license": "MIT",
"web": "https://github.com/mkanenobu/nim-gimei"
},
{
"name": "envconfig",
"url": "https://github.com/jiro4989/envconfig",
"method": "git",
"tags": [
"library",
"config",
"environment-variables"
],
"description": "envconfig provides a function to get config objects from environment variables.",
"license": "MIT",
"web": "https://github.com/jiro4989/envconfig"
},
{
"name": "cache",
"url": "https://github.com/planety/cached",