diff options
| author | Fuwn <[email protected]> | 2021-04-27 17:02:09 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-27 17:02:09 -0700 |
| commit | 64cb1207fac4a86bebae1ea1cd64547fa7a5b22b (patch) | |
| tree | 2d0812b3398663c52e7824bb38e51acd6ed6f578 /Cargo.toml | |
| parent | etc: Add a Say Thanks button :) (diff) | |
| download | whirl-64cb1207fac4a86bebae1ea1cd64547fa7a5b22b.tar.xz whirl-64cb1207fac4a86bebae1ea1cd64547fa7a5b22b.zip | |
feature: New configuration file format
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |