Webbluetooth Async behaviour

This commit is contained in:
Attila Dusnoki 2016-11-08 13:22:33 +01:00
parent 4a7ea72429
commit e7e7c74c9e
19 changed files with 806 additions and 729 deletions

View file

@ -10,6 +10,7 @@ name = "net_traits"
path = "lib.rs"
[dependencies]
bluetooth_traits = {path = "../bluetooth_traits"}
util = {path = "../util"}
msg = {path = "../msg"}
ipc-channel = "0.5"