feat: add tests

This commit is contained in:
2023-08-09 01:02:37 +08:00
parent 8904df2753
commit 12a91e6103
7 changed files with 317 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "kcp-test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
kcp = "0.5.3"