Skip to content

Commit

Permalink
Refactoring, use Pantry
Browse files Browse the repository at this point in the history
  • Loading branch information
rhymu8354 committed Oct 28, 2020
1 parent 6b2e07f commit 7c13827
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 347 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Expand Up @@ -17,14 +17,14 @@ exclude = [

[dependencies]
async-std = "1.6"
async-ctrlc = "1.2"
async-tls = "0.10"
async-trait = "0.1"
futures = "0.3"
rhymessage = { path = "../MessageHeaders" }
pantry = { path = "../Pantry" }
rhymuri = { path = "../Uri" }
rhymuweb = { path = "../Http" }
# rustls = "0.18"
thiserror = "1.0"

[dev-dependencies]
async-ctrlc = "1.2"
structopt = "0.3"

0 comments on commit 7c13827

Please sign in to comment.