diff options
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 8014290..ba3791d 100644 --- a/packages.json +++ b/packages.json @@ -11393,6 +11393,19 @@ "web": "https://github.com/jangko/snappy" }, { + "name": "loadenv", + "url": "https://github.com/xmonader/nim-loadenv", + "method": "git", + "tags": [ + "environment", + "variables", + "env" + ], + "description": "load .env variables", + "license": "MIT", + "web": "https://github.com/xmonader/nim-loadenv" + }, + { "name": "osrm", "url": "https://github.com/juancarlospaco/nim-osrm", "method": "git", |
