add msgpack support
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user