ew/Cargo.toml
Ethan O'Brien 9ce5f9bd42 Implement needed handlers to get to the initial download
`/api/start`
`/api/dummy/login`
`/apt/user`
`/api/purchase`
2024-02-23 13:28:44 -06:00

16 lines
381 B
TOML

[package]
name = "ew"
version = "0.0.1"
edition = "2021"
[dependencies]
actix-web = { version = "4.5.1", features = [ "openssl" ] }
rusqlite = { version = "0.30.0", features = ["bundled"] }
openssl = { version = "0.10" }
base64 = "0.21.5"
reqwest = { version = "0.11", features = ["blocking"] }
json = "0.12.4"
rand = "0.8.5"
lazy_static = "1.4.0"
chrono = "0.4.31"
hex = "0.4.3"