From 80da0a5be1018bdc3c66664d062dfa1b9909e3d2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 3 May 2020 07:44:29 +0300 Subject: Add: Cargo.toml --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..3af5cc9 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "ewww" +version = "0.1.0" +authors = ["Lars Wirzenius "] +edition = "2018" + +[dependencies] +warp = { version = "0.2", features = ["tls"] } +tokio = { version = "0.2", features = ["macros"] } -- cgit v1.2.1