Move tokio_kcp to local files

This commit is contained in:
KernelErr
2021-10-26 23:02:05 +08:00
parent bfce455a7e
commit a88a263d20
15 changed files with 1010 additions and 19 deletions

View File

@@ -24,4 +24,7 @@ futures = "0.3"
tls-parser = "0.11"
tokio = { version = "1.0", features = ["full"] }
tokio_kcp = { git = "https://github.com/Matrix-Zhang/tokio_kcp", rev="d93a2f2" }
bytes = "1.1"
kcp = "0.4"
byte_string = "1"