Can get domains screenshots

This commit is contained in:
2023-10-13 15:27:01 +02:00
parent 4c29184a3b
commit 0a00e43216
6 changed files with 329 additions and 35 deletions

View File

@ -8,27 +8,28 @@ edition = "2021"
[dependencies]
log = "0.4.19"
env_logger = "0.10.0"
clap = { version = "4.3.19", features = ["derive", "env"] }
clap = { version = "4.4.6", features = ["derive", "env"] }
light-openid = { version = "1.0.1", features = ["crypto-wrapper"] }
lazy_static = "1.4.0"
actix = "0.13.1"
actix-web = "4"
actix-remote-ip = "0.1.0"
actix-session = { version = "0.7.2", features = ["cookie-session"] }
actix-identity = "0.5.2"
actix-session = { version = "0.8.0", features = ["cookie-session"] }
actix-identity = "0.6.0"
actix-cors = "0.6.4"
actix-files = "0.6.2"
serde = { version = "1.0.175", features = ["derive"] }
serde_json = "1.0.105"
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
serde-xml-rs = "0.6.0"
futures-util = "0.3.28"
anyhow = "1.0.75"
actix-multipart = "0.6.1"
tempfile = "3.8.0"
reqwest = { version = "0.11.18", features = ["stream"] }
reqwest = { version = "0.11.22", features = ["stream"] }
url = "2.4.0"
virt = "0.3.0"
virt = "0.3.1"
sysinfo = { version = "0.29.10", features = ["serde"] }
uuid = { version = "1.4.1", features = ["v4", "serde"] }
lazy-regex = "3.0.2"
thiserror = "1.0.47"
thiserror = "1.0.49"
image = "0.24.7"