aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/tokenize-ja/Cargo.toml
diff options
context:
space:
mode:
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"