diff options
| author | Jonathon Orsi <jonathon.orsi@gmail.com> | 2019-09-23 14:40:38 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-09-23 15:12:42 -0400 |
| commit | 045e74bb39d7743b774cfd2b889bc6ce1e1ad245 (patch) | |
| tree | 93a8429860a40eabaee813e6f983f64aebd8afc7 /cli/Cargo.toml | |
| parent | 4ff04ad96f27b7073e3478630ed249eedc76af2b (diff) | |
feat: Add Deno.dialTLS()
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b9a9c1456..463c9fbc1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -56,6 +56,8 @@ tokio-rustls = "0.10.0" tokio-threadpool = "0.1.15" url = "1.7.2" utime = "0.2.1" +webpki = "0.21.0" +webpki-roots = "0.17.0" [target.'cfg(windows)'.dependencies] winapi = "0.3.8" |
