diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 16:14:49 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2026-04-29 16:14:49 +0200 |
| commit | 007af47ed42931b887483be6ec95073c198ab07f (patch) | |
| tree | e626be89b4ea0f61025d6a85ef2d7075b878371e /typst/Cargo.toml | |
| parent | 4551f9c554c1fef32ef2b7e55b01b1fb90186cbf (diff) | |
feat(typst): extern rust functions for C ABI
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" |
