I hate encryption
This commit is contained in:
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"] }
|
Reference in New Issue
Block a user