aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-08-16 17:33:49 -0700
committerFuwn <[email protected]>2022-08-16 17:33:49 -0700
commit633f32e3c06aa0eed7133b6cd7ffe61bf5937ca8 (patch)
tree40c9e7fb2f5420a804e961074a69481f798f79bf /Cargo.toml
parentfeat(remarks.json): add new remark (diff)
downloadlocus-633f32e3c06aa0eed7133b6cd7ffe61bf5937ca8.tar.xz
locus-633f32e3c06aa0eed7133b6cd7ffe61bf5937ca8.zip
feat(modules): stocks
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 c9baf8d..96d893c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,6 +36,7 @@ rand = "0.8.5" # Random Number Generation
serde = "1.0.136" # Serialization
yarte = "0.15.6" # Templating Engine
tempfile = "3.3.0" # Temporary File Creation and Access
+dotenv = "0.15.0" # .env File Support
[build-dependencies]
vergen = "7.0.0" # Compile-time Environment Variables