Skip to content

Commit 9e3d159

Browse files
committed
Add crates.io 'log' to dependencies
The log crate should be coming from crates.io in the future. See the PR [here](rust-lang/rust#19820).
1 parent f25e588 commit 9e3d159

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ license = "MIT"
77
description = "Strongly Typed Mimes"
88
documentation = "http://hyperium.github.io/mime.rs"
99
repository = "https://github.com/hyperium/mime.rs"
10+
11+
[dependencies]
12+
log = "*"

0 commit comments

Comments
 (0)