-
- Downloads
dockerfile up to bulleye-slim tag && fix secure cookie
Showing
- Cargo.lock 1 addition, 0 deletionsCargo.lock
- Cargo.toml 15 additions, 14 deletionsCargo.toml
- Dockerfile 2 additions, 2 deletionsDockerfile
- dev.Dockerfile 1 addition, 1 deletiondev.Dockerfile
- src/middleware.rs 4 additions, 3 deletionssrc/middleware.rs
- src/view_resource.rs 0 additions, 1 deletionsrc/view_resource.rs
... | ... | @@ -2,23 +2,24 @@ |
name = "kuadrado_server" | ||
version = "2.0.2" | ||
authors = ["Pierre Jarriges <pierre.jarriges@tutanota.com>"] | ||
edition = "2018" | ||
edition = "2021" | ||
license-file = "LICENSE" | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | ||
actix-web = { version = "3", features=["rustls"] } | ||
actix-web = { version = "3", features = ["rustls"] } | ||
actix-web-middleware-redirect-https = "3.0.1" | ||
rustls="0.18.1" | ||
actix-files="0.5" | ||
futures="0.3.17" | ||
serde="1" | ||
serde_json="1" | ||
wither="0.9" | ||
magic-crypt="3.1.9" | ||
env_logger="0.9" | ||
chrono="0.4" | ||
rand="0.8" | ||
dotenv="0.15" | ||
tokio = { version = "0.2", features = ["full"] } | ||
\ No newline at end of file | ||
rustls = "0.18.1" | ||
actix-files = "0.5" | ||
futures = "0.3.17" | ||
serde = "1" | ||
serde_json = "1" | ||
wither = "0.9" | ||
magic-crypt = "3.1.9" | ||
env_logger = "0.9" | ||
chrono = "0.4" | ||
rand = "0.8" | ||
dotenv = "0.15" | ||
time = "0.2.7" | ||
tokio = { version = "0.2", features = ["full"] } |
Please register or sign in to comment