diff options
| author | BasiqueEvangelist <basiqueevangelist@yandex.ru> | 2021-09-08 07:18:11 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-08 06:18:11 +0200 |
| commit | 08e12380a06509e64e69a1b165f3c007373494c1 (patch) | |
| tree | 6663b4d38a8d2fd5daf1b3f189a1a1bc67270e64 /test_util/Cargo.toml | |
| parent | bf6dbf9855cb21d27838c56932c7536c0cd80a55 (diff) | |
feat(cli): Support Basic authentication in DENO_AUTH_TOKENS (#11910)
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 5e2a41ed8..b33f389a6 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -14,6 +14,7 @@ path = "src/test_server.rs" [dependencies] anyhow = "1.0.43" async-stream = "0.3.2" +base64 = "0.13.0" bytes = "1.1.0" futures = "0.3.16" hyper = { version = "0.14.12", features = ["server", "http1", "runtime"] } |
