From 007af47ed42931b887483be6ec95073c198ab07f Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 29 Apr 2026 16:14:49 +0200 Subject: feat(typst): extern rust functions for C ABI --- typst/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'typst/Cargo.toml') 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" -- cgit v1.2.3