feat: work in process

This commit is contained in:
2022-08-21 11:06:11 +08:00
parent 21c857bdf4
commit 4723298aec
7 changed files with 269 additions and 19 deletions

View File

@@ -10,6 +10,10 @@ tokio = { version = "1", features = ["full"] }
s2n-quic = "1.9"
clap = "2.33"
rust_util = "0.6"
futures = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
deser-hjson = "1.0"
[profile.release]
codegen-units = 1