Introduce EvaluateJSAsync method and evaluationResponse event

This commit is contained in:
codehag 2019-05-01 13:09:49 +02:00
parent aa63d60717
commit 8d8f48242a
3 changed files with 127 additions and 68 deletions

View file

@ -24,3 +24,4 @@ msg = {path = "../msg"}
serde = "1.0"
serde_json = "1.0"
time = "0.1"
uuid = {version = "0.7", features = ["v4"]}