aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-30 03:26:12 -0700
committerFuwn <[email protected]>2022-03-30 03:26:12 -0700
commitcfbac90c9cfedc8f894ac507ae03d832170bb5a4 (patch)
treec85f5bd8931900654c2f7f15fdea079ee4472465 /Cargo.toml
parentbuild(cargo-make): change key file names (diff)
downloadlocus-cfbac90c9cfedc8f894ac507ae03d832170bb5a4.tar.xz
locus-cfbac90c9cfedc8f894ac507ae03d832170bb5a4.zip
feat: custom port
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 115b80f..f663b83 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ codegen-units = 1
[dependencies]
# Gemini
-windmark = { version = "0.1.3", features = ["logger"] }
+windmark = { version = "0.1.4", features = ["logger"] }
# Loggging
log = "0.4.16"
@@ -40,6 +40,9 @@ yarte = "0.15.6"
# RNG
rand = "0.8.5"
+# Environment Variables
+dotenv = "0.15.0"
+
[build-dependencies]
# Templates
yarte = "0.15.6"