diff options
Diffstat (limited to 'ext/fetch/Cargo.toml')
-rw-r--r-- | ext/fetch/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml index d3448d671..f0e06c87f 100644 --- a/ext/fetch/Cargo.toml +++ b/ext/fetch/Cargo.toml @@ -38,3 +38,6 @@ tokio-util = { workspace = true, features = ["io"] } tower.workspace = true tower-http.workspace = true tower-service.workspace = true + +[dev-dependencies] +fast-socks5.workspace = true |