Skip to content

Commit e0ff12d

Browse files
author
Clark Gaebel
committed
move to crates.io
1 parent a227ba9 commit e0ff12d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

Cargo.toml

+5-8
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@ authors = [ "The Servo Project Developers" ]
1010
# See examples/event-log.
1111
log-events = []
1212

13+
[dependencies]
14+
phf = "0"
15+
phf_mac = "0"
16+
xxhash = "0"
17+
1318
[dependencies.string_cache_macros]
1419
path = "macros"
1520

16-
[dependencies.phf]
17-
git = "https://github.com/sfackler/rust-phf"
18-
[dependencies.phf_mac]
19-
git = "https://github.com/sfackler/rust-phf"
20-
2121
[dependencies.lazy_static]
2222
git = "https://github.com/Kimundi/lazy-static.rs"
23-
24-
[dependencies.xxhash]
25-
git = "https://github.com/Jurily/rust-xxhash"

0 commit comments

Comments
 (0)