diff options
Diffstat (limited to 'typst/Cargo.toml')
| -rw-r--r-- | typst/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/typst/Cargo.toml b/typst/Cargo.toml index 4a01bf0..3cdc8a7 100644 --- a/typst/Cargo.toml +++ b/typst/Cargo.toml @@ -3,7 +3,8 @@ name = "typdown-typst" version = "0.1.0" edition = "2024" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[lib] +crate-type = ["cdylib"] [dependencies] typst = "0.14.2" |
