diff options
author | Guillaume Pasquet <dev@etenil.net> | 2022-02-26 09:31:28 +0000 |
---|---|---|
committer | Guillaume Pasquet <dev@etenil.net> | 2022-02-26 09:31:28 +0000 |
commit | 3662c87b1c84d5a023d8e61f3bc3073dbf9c4324 (patch) | |
tree | 40ae7e995f2544e94b2bb7820de87e5d750592cf /Cargo.toml | |
parent | afb40e676d4aa097dc5f17d3fd021c06eaf6aa72 (diff) |
Fix #11: add support for .env files
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |