summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-09 20:52:10 -0400
committerseth <[email protected]>2023-07-09 20:52:10 -0400
commit7b56cb91184127f02125ddf27ce847eb0bb706c7 (patch)
tree313478ad91b617b1b2366d9b88f0a1ed2116d2e8 /Cargo.toml
parent445822efad6682edbe0b1e27448b997fae9564c5 (diff)
fix: don't use dotenvy
docker and direnv take care of env vars
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bf6710e..e4b88d5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,6 @@ edition = "2021"
[dependencies]
bottomify = "1.2.0"
include_dir = "0.7.3"
-dotenvy = "0.15"
once_cell = "1.18.0"
rand = "0.8.5"
regex = "1.8.4"