Skip to content

Commit

Permalink
feat(hyper): use hyper instead of rust-http
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryman committed Feb 27, 2015
1 parent 220acdc commit 5c6ff04
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ license = "MIT"
name = "nickel"
path = "src/lib.rs"

[dependencies.http]

git = "https://github.com/nickel-org/rust-http.git"

[dependencies.rust-mustache]

git = "https://github.com/nickel-org/rust-mustache.git"
Expand All @@ -36,6 +32,7 @@ regex = "*"
regex_macros = "*"
rustc-serialize = "*"
log = "*"
hyper = "*"

[[example]]

Expand Down

0 comments on commit 5c6ff04

Please sign in to comment.