mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-13 11:37:33 -05:00
12 lines
269 B
TOML
12 lines
269 B
TOML
[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"] }
|
|
json = "0.12.4"
|
|
rand = "0.8.5"
|