diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-03-06 12:33:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-06 11:33:35 +0000 |
| commit | a558fd232b379e527eac2d5196eb9367b7d28032 (patch) | |
| tree | 1e91330df3b21bb86e067067cc9ff07ac8d513c8 /crates/typst-cli/Cargo.toml | |
| parent | 898367f096fef507488438e00caae8c4ea1d0ff4 (diff) | |
Add `typst init` command (#3544)
Diffstat (limited to 'crates/typst-cli/Cargo.toml')
| -rw-r--r-- | crates/typst-cli/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml index ab9ed6f2..e7005a71 100644 --- a/crates/typst-cli/Cargo.toml +++ b/crates/typst-cli/Cargo.toml @@ -37,6 +37,7 @@ ecow = { workspace = true } env_proxy = { workspace = true } flate2 = { workspace = true } fontdb = { workspace = true, features = ["memmap", "fontconfig"] } +fs_extra = { workspace = true } native-tls = { workspace = true } notify = { workspace = true } once_cell = { workspace = true } @@ -53,6 +54,7 @@ serde_yaml = { workspace = true } siphasher = { workspace = true } tar = { workspace = true } tempfile = { workspace = true } +toml = { workspace = true } ureq = { workspace = true } xz2 = { workspace = true, optional = true } zip = { workspace = true, optional = true } @@ -78,7 +80,7 @@ default = ["embed-fonts"] embed-fonts = [] # Permits the CLI to update itself without a package manager. -self-update = ["dep:self-replace", "dep:xz2", "dep:zip", "ureq/json"] +self-update = ["dep:self-replace", "dep:xz2", "dep:zip"] # Whether to vendor OpenSSL. Not applicable to Windows and macOS builds. vendor-openssl = ["openssl/vendored"] |
