diff options
Diffstat (limited to 'src/components/embedding/embedding.rs')
-rw-r--r-- | src/components/embedding/embedding.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/embedding/embedding.rs b/src/components/embedding/embedding.rs index 6d5eb46316f..a4a0293e286 100644 --- a/src/components/embedding/embedding.rs +++ b/src/components/embedding/embedding.rs @@ -2,8 +2,10 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#![crate_id = "github.com/mozilla/servo#embedding:0.1"] +#![crate_name = "embedding"] #![crate_type = "lib"] +#![crate_type = "rlib"] +#![crate_type = "dylib"] #![feature(globs, macro_rules, phase, thread_local)] |