summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-05-03 07:44:29 +0300
committerLars Wirzenius <liw@liw.fi>2020-05-03 07:44:29 +0300
commit80da0a5be1018bdc3c66664d062dfa1b9909e3d2 (patch)
tree5a9cc14f2f040ffda0e521da67ccdd26ef379042
parent0e47e9d7594a917655234b3dbff1099ea5545ac4 (diff)
downloadewww-80da0a5be1018bdc3c66664d062dfa1b9909e3d2.tar.gz
Add: Cargo.toml
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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 <liw@liw.fi>"]
+edition = "2018"
+
+[dependencies]
+warp = { version = "0.2", features = ["tls"] }
+tokio = { version = "0.2", features = ["macros"] }