VirtWeb/virtweb_backend/Cargo.toml
2023-09-04 11:25:03 +02:00

21 lines
624 B
TOML

[package]
name = "virtweb_backend"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.19"
env_logger = "0.10.0"
clap = { version = "4.3.19", features = ["derive", "env"] }
light-openid = { version = "1.0.1", features=["crypto-wrapper"] }
lazy_static = "1.4.0"
actix-web = "4"
actix-remote-ip = "0.1.0"
actix-session = { version = "0.7.2", features = ["cookie-session"] }
actix-identity = "0.5.2"
serde = { version = "1.0.175", features = ["derive"] }
serde_json = "1.0.105"
futures-util = "0.3.28"
anyhow = "1.0.75"