完善服务端功能

This commit is contained in:
2025-01-19 22:24:46 +08:00
parent 72f332db47
commit 91b2892395
8 changed files with 174 additions and 74 deletions

View File

@@ -4,9 +4,8 @@ version = "0.1.0"
edition = "2021"
[lib]
name = "LingTransmit"
crate-type = ["staticlib"]
crate-type = ["rlib", "staticlib"]
path = "src/lib.rs"
[dependencies]
openssl = "0.10.68"
@@ -14,3 +13,6 @@ tokio = { version = "1.43.0", features = ["full"] }
async-trait = "0.1.85"
tokio-macros = "2.5.0"
log = "0.4.25"
fern = "0.7.1"
colored = "3.0.0"
chrono = "0.4.39"