Add connect_tcp for std feature

This commit is contained in:
Jackson Coxson
2025-01-10 15:35:54 -07:00
parent 629dd2b538
commit e6459ac652
2 changed files with 17 additions and 0 deletions

View File

@@ -37,3 +37,6 @@ openssl = { version = "0.10" }
# Binary dependencies
sha2 = { version = "0.10", optional = true }
ureq = { version = "2.12", optional = true }
[features]
std-tcp = []