artifacts!
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user