Split msg into JSON and internal variant, and other bits

This commit is contained in:
James Wilson
2021-06-16 11:08:33 +01:00
parent c276c2065a
commit 8e25b4fbdf
14 changed files with 506 additions and 147 deletions
+1
View File
@@ -17,6 +17,7 @@ log = "0.4"
rustc-hash = "1.1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["raw_value"] }
primitive-types = { version = "0.9.0", features = ["serde"] }
common = { path = "../common" }
simple_logger = "1.11.0"
soketto = "0.4.2"