Add keyring package (#1340)

This commit is contained in:
Matt Haggard 2020-01-23 00:57:15 -05:00 committed by Miran
parent 2943efddb6
commit cb5f481e6e

View File

@ -11545,6 +11545,18 @@
"license": "MIT",
"doc": "https://www.iffycan.com/nim-argparse/argparse.html"
},
{
"name": "keyring",
"url": "https://github.com/iffy/nim-keyring",
"method": "git",
"tags": [
"keyring",
"security"
],
"description": "Cross-platform access to OS keychain",
"license": "MIT",
"web": "https://github.com/iffy/nim-keyring"
},
{
"name": "markdown",
"url": "https://github.com/soasme/nim-markdown",