I hate encryption

This commit is contained in:
Ethan O'Brien
2024-02-21 13:50:18 -06:00
parent 4405b1ae22
commit 163f5956a1
7 changed files with 2048 additions and 13 deletions

10
Cargo.toml Normal file
View File

@ -0,0 +1,10 @@
[package]
name = "ew"
version = "0.0.1"
edition = "2021"
[dependencies]
actix-web = { version = "4.5.1", features = [ "openssl" ] }
openssl = { version = "0.10" }
base64 = "0.21.5"
reqwest = { version = "0.11", features = ["blocking"] }