VirtWeb/virtweb_backend/Cargo.toml
2023-09-02 09:12:36 +02:00

18 lines
516 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 = "1.0.1"
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"] }