fix merge and add myactor

This commit is contained in:
alex 2026-01-15 16:26:17 +08:00
parent 2fc246a1fe
commit d8c908a0b2
2 changed files with 379 additions and 273 deletions

650
Cargo.lock generated Executable file → Normal file

File diff suppressed because it is too large Load Diff

View File

@ -13,12 +13,12 @@ futures-util = "0.3.30"
local-ip-address = "0.6.1"
num_enum = "0.7.2"
once_cell = "1.19.0"
#openssl-sys = { version = "0.9.111", features = ["vendored"] }
prost = "0.12.6"
prost-build = "0.12.6"
rand = "0.8.5"
reqwest = { version = "0.12.24", default_features = false, features = ["json", "rustls-tls"] }
rsa = "0.9.6"
myactor = {git = "https://gitea.s5s8.com/rust/actor-rs.git"}
# sdlan-sn-rs = { git = "ssh://git@git2.asxalex.pw/sdlan-v2/sdlan-rs.git" }
sdlan-sn-rs = {git = "https://gitea.s5s8.com/punchnet/sdlan-rs.git"}
serde = { version = "1.0.228", features = ["derive"] }