创建项目

This commit is contained in:
lubeilin
2023-01-03 22:36:18 +08:00
parent 0228f2be67
commit a8bfe8a54c
37 changed files with 5576 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "packet"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
byteorder = "1.4.3"
thiserror = "1.0.37"