mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-30 12:21:55 +00:00
14 lines
675 B
C++
14 lines
675 B
C++
diff --git a/Cargo.toml b/Cargo.toml
|
|
index ab9eda43302a6281e59a2738170e77bb0f0b1b90..3389f1c744b56e3a6a4eb3f05b0601bed4538fa1 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -240,6 +240,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" }
|
|
+
|
|
# To-be-published changes.
|
|
unicode-bidi = { git = "https://github.com/servo/unicode-bidi", rev = "ca612daf1c08c53abe07327cb3e6ef6e0a760f0c" }
|
|
nss-gk-api = { git = "https://github.com/beurdouche/nss-gk-api", rev = "e48a946811ffd64abc78de3ee284957d8d1c0d63" }
|