diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-10-21 11:20:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-21 15:20:18 +0000 |
| commit | bcfe279fba865763c87f9cd8d5a2d0b2cbf451be (patch) | |
| tree | 68e4d1bc52e261df50279f9ecea14795d1c46f6c /test_util/Cargo.toml | |
| parent | 0e1a71fec6fff5fe62d7e6b2bfffb7ab877d7b71 (diff) | |
feat(unstable/npm): initial type checking of npm specifiers (#16332)
Diffstat (limited to 'test_util/Cargo.toml')
| -rw-r--r-- | test_util/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 114f52c61..ac3858499 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -35,6 +35,7 @@ tar = "0.4.38" tokio = { version = "1.21", features = ["full"] } tokio-rustls = "0.23" tokio-tungstenite = "0.16" +url = { version = "2.3.1", features = ["serde", "expose_internals"] } [target.'cfg(unix)'.dependencies] pty = "0.2.2" |
