Create the type layout

Everything typechecks, but nothing is implemented
This commit is contained in:
Ryan Goldstein 2019-02-12 20:47:31 -05:00
parent 9602716ed2
commit fd4db4000c
3 changed files with 254 additions and 1 deletions

View file

@ -72,3 +72,7 @@ percent-encoding = "1.0"
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "windows"))'.dependencies.parking_lot]
version = "0.7"
[target.'cfg(target_arch = "wasm32")'.dependencies.stdweb]
version = "0.4.13"
optional = true