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

17
Cargo.lock generated
View File

@@ -100,14 +100,16 @@ dependencies = [
name = "fourth"
version = "0.1.2"
dependencies = [
"byte_string",
"bytes 1.1.0",
"futures",
"kcp",
"log 0.4.14",
"pretty_env_logger",
"serde",
"serde_yaml",
"tls-parser",
"tokio",
"tokio_kcp",
]
[[package]]
@@ -764,19 +766,6 @@ dependencies = [
"syn",
]
[[package]]
name = "tokio_kcp"
version = "0.8.0"
source = "git+https://github.com/Matrix-Zhang/tokio_kcp?rev=d93a2f2#d93a2f2ad2cba731dce8490f0960246d2a655033"
dependencies = [
"byte_string",
"bytes 1.1.0",
"futures",
"kcp",
"log 0.4.14",
"tokio",
]
[[package]]
name = "unicode-xid"
version = "0.2.2"