We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a227ba9 commit e0ff12dCopy full SHA for e0ff12d
Cargo.toml
@@ -10,16 +10,13 @@ authors = [ "The Servo Project Developers" ]
10
# See examples/event-log.
11
log-events = []
12
13
+[dependencies]
14
+phf = "0"
15
+phf_mac = "0"
16
+xxhash = "0"
17
+
18
[dependencies.string_cache_macros]
19
path = "macros"
20
-[dependencies.phf]
-git = "https://github.com/sfackler/rust-phf"
-[dependencies.phf_mac]
-
21
[dependencies.lazy_static]
22
git = "https://github.com/Kimundi/lazy-static.rs"
23
24
-[dependencies.xxhash]
25
-git = "https://github.com/Jurily/rust-xxhash"
0 commit comments