Completed implementation of devtools' getLayout.

This commit is contained in:
benshu 2015-08-18 15:11:09 +02:00 committed by Josh Matthews
parent 9ab2da3cd1
commit 0785d91ae4
13 changed files with 225 additions and 42 deletions

View file

@ -27,5 +27,6 @@ hyper = { version = "0.7", features = [ "serde-serialization" ] }
log = "0.3"
rustc-serialize = "0.3"
serde = "0.6"
serde_json = "0.6"
serde_macros = "0.6"
time = "0.1"