自动同步
All checks were successful
Release / windows-x86_64-gnu (push) Successful in 1h5m41s

This commit is contained in:
2026-06-19 11:25:51 +08:00
Unverified
parent 6ce6598a0e
commit 0f8dfa71a9
6 changed files with 341 additions and 22 deletions

View File

@@ -41,6 +41,7 @@ zeroize = "1"
# (HTTP CONNECT proxies are handled in src/proxy.rs without an extra crate.)
tokio-socks = "0.5"
base64 = "0.22"
urlencoding = "2"
# Cross-platform serial port access for the Serial session type (#14, #17).
# Opens COM3 / /dev/ttyUSB0 etc.; on Linux the default `libudev` feature is
# used for port enumeration (CI installs libudev-dev).