mirror of
https://git.alemi.dev/memo-cli.git
synced 2024-11-14 17:39:18 +01:00
alemidev
dd865ab683
this has to be improved a ton but can be a barebones testbed for working on client connectivity
17 lines
413 B
TOML
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"
|
|
|