Skip to content

Commit

Permalink
Add crates.io 'log' to dependencies
Browse files Browse the repository at this point in the history
The log crate should be coming from crates.io in the future.
See the PR [here](rust-lang/rust#19820).
  • Loading branch information
cyderize committed Dec 24, 2014
1 parent f25e588 commit 9e3d159
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ license = "MIT"
description = "Strongly Typed Mimes"
documentation = "http://hyperium.github.io/mime.rs"
repository = "https://github.com/hyperium/mime.rs"

[dependencies]
log = "*"

0 comments on commit 9e3d159

Please sign in to comment.