diff --git a/Cargo.toml b/Cargo.toml index 772a74e7439d87e9c5486abcf003617240190710..522b5459b30b943832369ff7a73755ad4c7d8140 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -227,6 +227,8 @@ moz_asserts = { path = "mozglue/static/rust/moz_asserts" } # Workaround for https://github.com/rust-lang/cargo/issues/11232 rure = { path = "third_party/rust/rure" } +mime_guess = { path = "third_party/rust/mime_guess" } + # Patch `unicode-width` 0.1.* to 0.2. unicode-width = { path = "build/rust/unicode-width" }