Created first domain

This commit is contained in:
2023-10-04 11:18:50 +02:00
parent 7073b9b7f1
commit 2bc64442f4
12 changed files with 314 additions and 28 deletions

View File

@ -20,6 +20,7 @@ actix-cors = "0.6.4"
actix-files = "0.6.2"
serde = { version = "1.0.175", features = ["derive"] }
serde_json = "1.0.105"
serde-xml-rs = "0.6.0"
futures-util = "0.3.28"
anyhow = "1.0.75"
actix-multipart = "0.6.1"
@ -27,4 +28,7 @@ tempfile = "3.8.0"
reqwest = { version = "0.11.18", features = ["stream"] }
url = "2.4.0"
virt = "0.3.0"
sysinfo = { version = "0.29.10", features = ["serde"] }
sysinfo = { version = "0.29.10", features = ["serde"] }
uuid = { version = "1.4.1", features = ["v4", "serde"] }
lazy-regex = "3.0.2"
thiserror = "1.0.47"