add msgpack support

This commit is contained in:
Zomatree
2021-08-17 17:23:36 +01:00
parent 326e539ad3
commit bcfde79745
3 changed files with 218 additions and 150 deletions

View File

@@ -18,6 +18,7 @@ once_cell = "1.4.1"
env_logger = "0.7.1"
lazy_static = "1.4.0"
ctrlc = { version = "3.0", features = ["termination"] }
url = "2.2.2"
# Lang. Utilities
regex = "1"
@@ -35,6 +36,7 @@ base64 = "0.13.0"
serde_json = "1.0.57"
serde = { version = "1.0.115", features = ["derive"] }
validator = { version = "0.11", features = ["derive"] }
rmp-serde = "0.15.5"
# async
futures = "0.3.8"