aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/tokenize-ja/Cargo.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-10-31 22:54:00 +0900
committernsfisis <nsfisis@gmail.com>2025-10-31 22:54:00 +0900
commit151461d55c16a96a305a67d0923acdd574687056 (patch)
tree7464865fe584f9ee8b563083cf52a8d4c40a5e92 /plugins/tokenize-ja/Cargo.toml
parent8c9dfe3472933cf466bf62c83a8303fa35c28409 (diff)
downloadphpstudy-N-slides-template-151461d55c16a96a305a67d0923acdd574687056.tar.gz
phpstudy-N-slides-template-151461d55c16a96a305a67d0923acdd574687056.tar.zst
phpstudy-N-slides-template-151461d55c16a96a305a67d0923acdd574687056.zip
migrate from SATySFi to TypstHEADmain
Diffstat (limited to 'plugins/tokenize-ja/Cargo.toml')
-rw-r--r--plugins/tokenize-ja/Cargo.toml27
1 files changed, 27 insertions, 0 deletions
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"