index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-01-20 0:28:58.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-01-20 0:28:58.0 +00:00:00
commit
866c7cdd48b8f8467e09794025052e4a883b2027 [patch]
tree
e1ceb330c0a6786c042e6e6843086e99f9b8f475
parent
360ae996c5366c6ab03b476ffc903728acebb58a
download
866c7cdd48b8f8467e09794025052e4a883b2027.tar.gz

refactor: remove tokio macros feature



Diff

 Cargo.lock | 12 ------------
 Cargo.toml |  2 +-
 2 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 57223a1..d295b30 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1230,18 +1230,6 @@ dependencies = [
 "mio",
 "num_cpus",
 "pin-project-lite",
 "tokio-macros",
]

[[package]]
name = "tokio-macros"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42517d2975ca3114b22a16192634e8241dc5cc1f130be194645970cc1c371494"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
diff --git a/Cargo.toml b/Cargo.toml
index 527e946..1a6f913 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ name = "static-web-server"
path = "src/bin/server.rs"

[dependencies]
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1", features = ["rt-multi-thread"] }
warp = { git = "https://github.com/joseluisq/warp.git", branch = "0.3.x", features = ["compression"] }
anyhow = "1.0"
tracing = "0.1"