We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d7a81 commit b6edafbCopy full SHA for b6edafb
Cargo.toml
@@ -20,13 +20,11 @@ log-events = ["rustc-serialize"]
20
rand = "0"
21
phf = "0.7"
22
phf_macros = "0.7"
23
+lazy_static = "0.1.10"
24
25
[dependencies.rustc-serialize]
26
version = "0"
27
optional = true
28
29
[dependencies.string_cache_plugin]
30
path = "plugin"
-
31
-[dependencies.lazy_static]
32
-git = "https://github.com/Kimundi/lazy-static.rs"
plugin/Cargo.toml
@@ -9,8 +9,6 @@ authors = [ "The Servo Project Developers" ]
9
name = "string_cache_plugin"
10
plugin = true
11
12
13
14
15
-[dependencies.mac]
16
-git = "https://github.com/reem/rust-mac"
+[dependencies]
+mac = "0.0.2"
0 commit comments