Archived
3
0

remove some bloat from cd pipeline

This commit is contained in:
2025-03-09 23:50:12 +01:00
parent cd62cacb62
commit 1793b092b3
7 changed files with 50 additions and 192 deletions

View File

@@ -9,7 +9,7 @@ categories = ["network-programming", "web-programming:http-client", "web-program
[dependencies]
proc = { path = "./proc/" }
tokio = { version = "1.43.0", features = ["full"], optional = true }
tokio = { version = "1.43.0", features = ["net"], optional = true }
tokio-rustls = { version = "0.26.1", optional = true }
webpki-roots = { version = "0.26.8", optional = true }