refactor(resourcethread): expose constellationmsg channel

This commit is contained in:
OJ Kwon 2018-03-30 10:33:19 -07:00
parent d1378d6bad
commit 1c465bcd66
No known key found for this signature in database
GPG key ID: 6C23A45602A44DA6
5 changed files with 19 additions and 9 deletions

View file

@ -34,6 +34,7 @@ msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
openssl = "0.9"
profile_traits = {path = "../profile_traits"}
script_traits = {path = "../script_traits"}
serde = "1.0"
serde_json = "1.0"
servo_allocator = {path = "../allocator"}