aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2022-02-26 09:31:28 +0000
committerGuillaume Pasquet <dev@etenil.net>2022-02-26 09:31:28 +0000
commit3662c87b1c84d5a023d8e61f3bc3073dbf9c4324 (patch)
tree40ae7e995f2544e94b2bb7820de87e5d750592cf /Cargo.toml
parentafb40e676d4aa097dc5f17d3fd021c06eaf6aa72 (diff)
Fix #11: add support for .env files
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a761589..e10d0d6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,3 +20,4 @@ jsonformat = "1.2.0"
jq-rs = "0.4.1"
colored = "2.0.0"
colored_json = "2.1.0"
+dotenv = "0.15.0" \ No newline at end of file