完善服务端功能
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user