This commit is contained in:
2025-06-16 07:30:37 +02:00
parent 49c879359b
commit dee38eb6c2
9 changed files with 270 additions and 5 deletions

View File

@@ -49,13 +49,17 @@ sha2 = "0.10.7" # SHA-2 hash functions
tempfile = "3.5" # For temporary file operations
tera = "1.19.0" # Template engine for text rendering
thiserror = "2.0.12" # For error handling
tokio = "1.45.0"
tokio = { version = "1.45.0", features = ["full"] }
tokio-postgres = "0.7.8" # Async PostgreSQL client
tokio-test = "0.4.4"
uuid = { version = "1.16.0", features = ["v4"] }
reqwest = { version = "0.12.15", features = ["json"] }
urlencoding = "2.1.3"
zinit-client = "0.3.0"
russh = "0.42.0"
russh-keys = "0.42.0"
async-trait = "0.1.81"
futures = "0.3.30"
# Optional features for specific OS functionality
[target.'cfg(unix)'.dependencies]