Add Dotenv 1.0.0 (#239)

* Add Dotenv 1.0.0

* Update dotenv-1.0.0.toml
This commit is contained in:
Quentin Dauprat
2021-01-23 11:24:38 +01:00
committed by GitHub
parent b7462bd93a
commit cf180f0ce5
+15
View File
@@ -0,0 +1,15 @@
name = "dotenv"
description = "Loads environment variables from .env for Ada projects."
version = "1.0.0"
authors = ["Heziode"]
maintainers = ["Heziode <heziode@protonmail.com>"]
maintainers-logins = ["Heziode"]
licenses = ["BSD 2-Clauses"]
website = "https://github.com/Heziode/ada-dotenv"
tags = ["dotenv", "env", "environment", "variables", "config", "settings"]
[origin]
commit = "a19c7797b88954d90e3b11bc003eca0d262f3a39"
url = "git+https://github.com/Heziode/ada-dotenv.git"