Files
LingTransmit/Cargo.toml

22 lines
387 B
TOML

[package]
name = "LingTransmit"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["rlib", "staticlib"]
path = "src/lib.rs"
[dependencies]
openssl = "0.10.68"
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"
lazy_static = "1.5.0"
once_cell = "1.20.2"
rand = "0.9.0"