diff options
| author | Zicklag <zicklag@katharostech.com> | 2023-09-11 10:03:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-11 12:03:47 +0200 |
| commit | 6483d3035bab4df2d644acb738974413977aaa37 (patch) | |
| tree | 44b329b5ac2f0b22b75172abb5f55180f4862f75 /crates/typst-cli/Cargo.toml | |
| parent | d056280165b981ef7a11f5bfb02417ef96760352 (diff) | |
Support proxy and custom certificate configuration. (#2006)
Diffstat (limited to 'crates/typst-cli/Cargo.toml')
| -rw-r--r-- | crates/typst-cli/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml index 8396e97b..4b167651 100644 --- a/crates/typst-cli/Cargo.toml +++ b/crates/typst-cli/Cargo.toml @@ -49,6 +49,9 @@ tracing-error = "0.2" tracing-flame = "0.2.0" tracing-subscriber = "0.3.17" ureq = "2" +rustls = "0.21" +rustls-pemfile = "1" +env_proxy = "0.4" walkdir = "2" xz2 = { version = "0.1", optional = true } zip = { version = "0.6", optional = true } |
