artifacts!

This commit is contained in:
2026-03-03 13:42:41 -06:00
parent 5da940639a
commit 8299e5efcb
50 changed files with 4779 additions and 341 deletions

View File

@@ -94,6 +94,16 @@ hyper = { version = "1.0", features = ["full"] }
# File system utilities
walkdir = "2.4"
# Archive/compression
tar = "0.4"
flate2 = "1.0"
# WebSocket client
tokio-tungstenite = { version = "0.26", features = ["native-tls"] }
# URL parsing
url = "2.5"
# Async utilities
async-trait = "0.1"
futures = "0.3"
@@ -101,9 +111,11 @@ futures = "0.3"
# Version matching
semver = { version = "1.0", features = ["serde"] }
# Temp files
tempfile = "3.8"
# Testing
mockall = "0.14"
tempfile = "3.8"
serial_test = "3.2"
# Concurrent data structures