rearchitect event transmission so that the parents/children of each module are explicitly specified and we establish the linkages between them

This commit is contained in:
Adrian Malacoda
2018-02-22 01:09:39 -06:00
parent 3614c7eb5d
commit fcc86a671e
5 changed files with 73 additions and 44 deletions

View File

@@ -14,6 +14,7 @@ env_logger = "0.5.3"
transformable_channels = "0.1.1"
time = "0.1"
regex = "0.2"
multimap = "0.4.0"
pvn = { git = "http://gitlab.monarch-pass.net/malacoda/pvn.git" }
echobox = { git = "http://gitlab.monarch-pass.net/malacoda/echobox.git" }
stc = { git = "http://gitlab.monarch-pass.net/malacoda/stc.git" }