aboutsummaryrefslogtreecommitdiff
path: root/typst/Cargo.toml
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-04-29 22:30:04 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2026-04-29 22:30:04 +0200
commit78f399521661c82e45e627bbbdc8ce4daa9e5207 (patch)
tree2671aa93feb01956aded5cef1e725f9aff4aa3a9 /typst/Cargo.toml
parent77ccdd8559383c25fc59fbcba38117102e5657b5 (diff)
style(typst): move in lib folder
Diffstat (limited to 'typst/Cargo.toml')
-rw-r--r--typst/Cargo.toml23
1 files changed, 0 insertions, 23 deletions
diff --git a/typst/Cargo.toml b/typst/Cargo.toml
deleted file mode 100644
index dc7eb97..0000000
--- a/typst/Cargo.toml
+++ /dev/null
@@ -1,23 +0,0 @@
-[package]
-name = "typdown-typst"
-version = "0.1.0"
-edition = "2024"
-
-[lib]
-crate-type = ["cdylib"]
-
-[dependencies]
-typst = "0.14.2"
-typst-kit = "0.14.2"
-typst-svg = "0.14.2"
-
-[profile.release]
-opt-level = 2
-codegen-units = 1
-lto = true
-strip = true
-
-[features]
-default = ["embed-fonts"]
-
-embed-fonts = ["typst-kit/embed-fonts"]