aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parentafb40e676d4aa097dc5f17d3fd021c06eaf6aa72 (diff)
Fix #11: add support for .env files
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 8 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 74a3555..3cf0aa4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -36,11 +36,12 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "barb"
-version = "0.1.5"
+version = "0.2.0"
dependencies = [
"clap 3.0.14",
"colored",
"colored_json",
+ "dotenv",
"jq-rs",
"jsonformat",
"serde",
@@ -163,6 +164,12 @@ dependencies = [
]
[[package]]
+name = "dotenv"
+version = "0.15.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
+
+[[package]]
name = "flate2"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"