artifacts!
This commit is contained in:
@@ -16,12 +16,13 @@ attune-common = { path = "../common" }
|
||||
|
||||
# Async runtime
|
||||
tokio = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
|
||||
# CLI framework
|
||||
clap = { workspace = true, features = ["derive", "env", "string"] }
|
||||
|
||||
# HTTP client
|
||||
reqwest = { workspace = true }
|
||||
reqwest = { workspace = true, features = ["multipart", "stream"] }
|
||||
|
||||
# Serialization
|
||||
serde = { workspace = true }
|
||||
@@ -41,6 +42,14 @@ dirs = "5.0"
|
||||
|
||||
# URL encoding
|
||||
urlencoding = "2.1"
|
||||
url = { workspace = true }
|
||||
|
||||
# Archive/compression
|
||||
tar = { workspace = true }
|
||||
flate2 = { workspace = true }
|
||||
|
||||
# WebSocket client (for notifier integration)
|
||||
tokio-tungstenite = { workspace = true }
|
||||
|
||||
# Terminal UI
|
||||
colored = "2.1"
|
||||
|
||||
Reference in New Issue
Block a user