remove deps

This commit is contained in:
Bevan Hunt 2019-12-31 12:35:50 -08:00
parent 3293099e7e
commit 06c4764b8a
2 changed files with 4 additions and 2 deletions

1
Cargo.lock generated
View File

@ -1249,7 +1249,6 @@ version = "0.0.1"
dependencies = [
"actix-cors 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"actix-server 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"actix-web 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"envy 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -4,6 +4,10 @@ version = "0.0.1"
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
edition = "2018"
license = "MIT"
keywords = ["sse", "actix-web", "sse-server"]
description = "SSE server with Actix Web"
repository = "https://github.com/apibillme/sse-server"
readme = "README.md"
[dependencies]
actix-rt = "1.0.0"
@ -19,4 +23,3 @@ json = "0.12.0"
sled = "0.30.3"
envy = "0.4.0"
env_logger = "0.6"
actix-server = "1.0.1"