diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,6 +7,6 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -consul = "0.3.0" +reqwest = { version = "0.10", features = ["json"] } igd = { version = "0.10.0", features = ["aio"] } tokio = "0.2.11" |