Add base server

This commit is contained in:
2023-09-02 08:07:06 +02:00
parent 0f3ddea04e
commit 0ac1480572
9 changed files with 2061 additions and 2 deletions

View File

@ -6,3 +6,11 @@ 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"
serde = { version = "1.0.175", features = ["derive"] }