From 751f595ff1d2142688dc833b4a7ec3e643a5c8a9 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 20 Oct 2025 02:32:55 +0900 Subject: draft2 --- plugins/tokenize-ja/Cargo.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 plugins/tokenize-ja/Cargo.toml (limited to 'plugins/tokenize-ja/Cargo.toml') diff --git a/plugins/tokenize-ja/Cargo.toml b/plugins/tokenize-ja/Cargo.toml new file mode 100644 index 0000000..7c00fe7 --- /dev/null +++ b/plugins/tokenize-ja/Cargo.toml @@ -0,0 +1,27 @@ +[package] +name = "typst-plugin-tokenize-ja" +version = "0.1.0" +edition = "2024" + +[lib] +crate-type = ["cdylib"] + +[dependencies] +anyhow = "1.0.100" +ciborium = "0.2.2" +serde = "1.0.228" + +[dependencies.lindera] +version = "1.2.0" +features = ["embedded-ipadic"] + +[dependencies.wasm-minimal-protocol] +git = "https://github.com/astrale-sharp/wasm-minimal-protocol" +rev = "e622e0e4a4f0f34be871a3a6bd22f6519415364b" + +[profile.release] +lto = true +strip = true +opt-level = "z" +codegen-units = 1 +panic = "abort" -- cgit v1.2.3-70-g09d2