build(server):增加OpenSSL依赖。

This commit is contained in:
徐涛 2024-04-03 10:14:29 +08:00
parent e068143f60
commit 0b6896e3a1

View File

@ -13,6 +13,7 @@ axum-macros = "0.4.1"
cert_lib = { path = "../cert_lib" }
chrono = { version = "0.4.37", features = ["serde"] }
chrono-tz = { version = "0.8.6", features = ["serde"] }
openssl = "0.10.64"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = { version = "1.0.115", features = ["raw_value"] }
serde_qs = { version = "0.12.0", features = ["axum"] }