Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
This project manages its dependencies using Cargo. Learn more
Cargo.toml 579 B
[package]
name = "kuadrado_server"
version = "2.0.0"
authors = ["Pierre Jarriges <pierre.jarriges@tutanota.com>"]
edition = "2018"
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-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"] }