feat: add message-io

This commit is contained in:
2021-02-11 00:27:09 +08:00
parent 03c5919538
commit bf7b9275c1
6 changed files with 606 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "message_io"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
message-io = "0.6"
serde = { version = "1.0", features = ["derive"] }
rust_util = "0.6"