build(server):增加OpenSSL依赖。
This commit is contained in:
parent
e068143f60
commit
0b6896e3a1
|
@ -13,6 +13,7 @@ axum-macros = "0.4.1"
|
||||||
cert_lib = { path = "../cert_lib" }
|
cert_lib = { path = "../cert_lib" }
|
||||||
chrono = { version = "0.4.37", features = ["serde"] }
|
chrono = { version = "0.4.37", features = ["serde"] }
|
||||||
chrono-tz = { version = "0.8.6", features = ["serde"] }
|
chrono-tz = { version = "0.8.6", features = ["serde"] }
|
||||||
|
openssl = "0.10.64"
|
||||||
serde = { version = "1.0.197", features = ["derive"] }
|
serde = { version = "1.0.197", features = ["derive"] }
|
||||||
serde_json = { version = "1.0.115", features = ["raw_value"] }
|
serde_json = { version = "1.0.115", features = ["raw_value"] }
|
||||||
serde_qs = { version = "0.12.0", features = ["axum"] }
|
serde_qs = { version = "0.12.0", features = ["axum"] }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user