From 796a8d6f0bb47da4c888cbac7761b60609c50893 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 12 Feb 2020 18:33:10 +0100 Subject: Initial commit --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..52efac7 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "diplonat" +version = "0.1.0" +authors = ["Quentin "] +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" -- cgit v1.2.3