Add servers

This commit is contained in:
2024-06-28 22:00:20 +02:00
parent 09f526bfb7
commit 11054385a6
7 changed files with 1302 additions and 17 deletions

View File

@ -14,4 +14,6 @@ openssl = { version = "0.10.64" }
openssl-sys = "0.9.102"
libc = "0.2.155"
foreign-types-shared = "0.1.1"
asn1 = "0.16"
asn1 = "0.16"
actix-web = { version = "4", features = ["openssl"] }
futures = "0.3.30"