summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-03-06 12:33:35 +0100
committerGitHub <noreply@github.com>2024-03-06 11:33:35 +0000
commita558fd232b379e527eac2d5196eb9367b7d28032 (patch)
tree1e91330df3b21bb86e067067cc9ff07ac8d513c8 /Cargo.lock
parent898367f096fef507488438e00caae8c4ea1d0ff4 (diff)
Add `typst init` command (#3544)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c7b1285a..48a96ac5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -742,6 +742,12 @@ dependencies = [
]
[[package]]
+name = "fs_extra"
+version = "1.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
+
+[[package]]
name = "fsevent-sys"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2607,6 +2613,7 @@ dependencies = [
"env_proxy",
"flate2",
"fontdb",
+ "fs_extra",
"native-tls",
"notify",
"once_cell",
@@ -2624,6 +2631,7 @@ dependencies = [
"siphasher 1.0.0",
"tar",
"tempfile",
+ "toml",
"typst",
"typst-assets",
"typst-macros",