diff --git a/Cargo.toml b/Cargo.toml index 521947e3..1b78ed3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = "*"