diff options
Diffstat (limited to 'docker/diplomate/Cargo.toml')
-rw-r--r-- | docker/diplomate/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/diplomate/Cargo.toml b/docker/diplomate/Cargo.toml index 0efd5bd..f884073 100644 --- a/docker/diplomate/Cargo.toml +++ b/docker/diplomate/Cargo.toml @@ -7,3 +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" +igd = { version = "0.10.0", features = ["aio"] } +tokio = "0.2.11" |