memo-cli/server/Cargo.toml
alemidev dd865ab683
silly and simple http implementation with actix
this has to be improved a ton but can be a barebones testbed for working
on client connectivity
2022-03-20 20:58:11 +01:00

17 lines
413 B
TOML

[package]
name = "memo-server"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
env_logger = "0.9"
serde = { version = "1.0", features = ["derive"] }
base64 = "0.13.0"
openssl = "0.10"
derive_more = "0.99.17"
actix-web = { version = "4", features = ["openssl"] }
actix-files = "0.6.0"
#actix-multipart = "0.4.0"