aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-27 17:02:09 +0000
committerFuwn <[email protected]>2021-04-27 17:02:09 +0000
commitfc5c05bce7a5f9d763d72b870717a530dfcf9524 (patch)
treea9112c07c3cef656be38715cf143797529fbdbb2 /Cargo.toml
parentetc: Add a Say Thanks button :) (diff)
downloadwhirl-fc5c05bce7a5f9d763d72b870717a530dfcf9524.tar.xz
whirl-fc5c05bce7a5f9d763d72b870717a530dfcf9524.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 b9a2a8a..8af1c19 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"] }