Configure CI (#2)
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #2
Co-authored-by: Pierre HUBERT <pierre.git@communiquons.org>
Co-committed-by: Pierre HUBERT <pierre.git@communiquons.org>
This commit is contained in:
2024-04-05 18:58:30 +00:00
committed by Pierre Hubert
parent 9b55f1f29c
commit 1ed23317cb
9 changed files with 3097 additions and 3534 deletions

View File

@ -6,42 +6,42 @@ 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.1"
clap = { version = "4.4.11", features = ["derive", "env"] }
light-openid = { version = "1.0.1", features = ["crypto-wrapper"] }
log = "0.4.21"
env_logger = "0.11.3"
clap = { version = "4.5.4", features = ["derive", "env"] }
light-openid = { version = "1.0.2", features = ["crypto-wrapper"] }
lazy_static = "1.4.0"
actix = "0.13.1"
actix-web = "4"
actix = "0.13.3"
actix-web = "4.5.1"
actix-remote-ip = "0.1.0"
actix-session = { version = "0.8.0", features = ["cookie-session"] }
actix-identity = "0.6.0"
actix-cors = "0.6.5"
actix-files = "0.6.2"
actix-web-actors = "4.2.0"
actix-http = "3.4.0"
serde = { version = "1.0.193", features = ["derive"] }
actix-session = { version = "0.9.0", features = ["cookie-session"] }
actix-identity = "0.7.1"
actix-cors = "0.7.0"
actix-files = "0.6.5"
actix-web-actors = "4.3.0"
actix-http = "3.6.0"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.108"
quick-xml = { version = "0.31.0", features = ["serialize", "overlapped-lists"] }
futures-util = "0.3.28"
anyhow = "1.0.75"
anyhow = "1.0.81"
actix-multipart = "0.6.1"
tempfile = "3.8.1"
reqwest = { version = "0.11.23", features = ["stream"] }
tempfile = "3.10.1"
reqwest = { version = "0.12.3", features = ["stream"] }
url = "2.5.0"
virt = "0.3.1"
sysinfo = { version = "0.29.11", features = ["serde"] }
uuid = { version = "1.6.1", features = ["v4", "serde"] }
sysinfo = { version = "0.30.8", features = ["serde"] }
uuid = { version = "1.8.0", features = ["v4", "serde"] }
lazy-regex = "3.1.0"
thiserror = "1.0.51"
image = "0.24.7"
thiserror = "1.0.58"
image = "0.25.1"
rand = "0.8.5"
bytes = "1.5.0"
tokio = "1.35.0"
futures = "0.3.29"
bytes = "1.6.0"
tokio = "1.37.0"
futures = "0.3.30"
ipnetwork = "0.20.0"
num = "0.4.1"
rust-embed = { version = "8.1.0" }
rust-embed = { version = "8.3.0" }
mime_guess = "2.0.4"
dotenvy = "0.15.7"
nix = { version = "0.27.1", features = ["net"] }
nix = { version = "0.28.0", features = ["net"] }