Add unit tests and use Rust 2021

This commit is contained in:
KernelErr
2021-10-25 22:12:44 +08:00
parent 4352050b04
commit 7a5ce8e1b6
6 changed files with 120 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "fourth"
version = "0.1.0"
edition = "2018"
version = "0.1.1"
edition = "2021"
authors = ["LI Rui <lr_cn@outlook.com>"]
license = "Apache-2.0"
description = "Simple and fast layer 4 proxy in Rust"