Skip to content

Commit

Permalink
All dependencies are now pulled from crates.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
zslayton committed Apr 29, 2015
1 parent 4fe64c7 commit 0fcc004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
11 changes: 2 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,5 @@ name = "stomp"

[dependencies]
"unicode-segmentation" = "*"

[dependencies.log]
log = "*"

[dependencies.mio]
git = "https://github.com/carllerche/mio"

[dependencies.bytes]
git = "https://github.com/carllerche/bytes"
"log" = "*"
"mio" = "*"
1 change: 0 additions & 1 deletion src/stomp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#[macro_use]
extern crate log;
extern crate collections;
extern crate bytes;
extern crate mio;
extern crate unicode_segmentation;

Expand Down

0 comments on commit 0fcc004

Please sign in to comment.