feat: 新增 client-kws

This commit is contained in:
Del Wang
2025-05-08 22:38:30 +08:00
parent fc9409e55f
commit ca728e3dfc
6 changed files with 89 additions and 9 deletions
+6 -5
View File
@@ -4,11 +4,11 @@ version = "1.0.0"
edition = "2021"
[profile.release]
lto = true
opt-level = "s"
codegen-units = 1
panic = "abort"
strip = true
lto = true
opt-level = "s"
codegen-units = 1
panic = "abort"
strip = true
debug = false
[workspace.metadata.cross.target.armv7-unknown-linux-gnueabihf]
@@ -21,3 +21,4 @@ tokio-tungstenite = "0.26.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
uuid = { version = "1.15.1", features = ["v4"] }
rand = "0.9.1"