aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-27 17:02:09 -0700
committerFuwn <[email protected]>2021-04-27 17:02:09 -0700
commit64cb1207fac4a86bebae1ea1cd64547fa7a5b22b (patch)
tree2d0812b3398663c52e7824bb38e51acd6ed6f578 /Cargo.toml
parentetc: Add a Say Thanks button :) (diff)
downloadwhirl-64cb1207fac4a86bebae1ea1cd64547fa7a5b22b.tar.xz
whirl-64cb1207fac4a86bebae1ea1cd64547fa7a5b22b.zip
feature: New configuration file format
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 09e8bdd..0f49f6d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,7 @@ byteorder = "1.4.3"
structopt = "0.3.21"
# Config
-confy = "0.4.0"
+config = "0.11.0"
# TCP
tokio = { version = "1.4.0", features = ["full"] }