fix: test

This commit is contained in:
Chubby Granny Chaser
2025-11-23 20:34:05 +00:00
parent dc04cff378
commit c3880ce181
32 changed files with 5800 additions and 1 deletions

20
rust/Cargo.toml Normal file
View File

@@ -0,0 +1,20 @@
[package]
authors = ["LongYinan <lynweklm@gmail.com>"]
edition = "2021"
name = "rust"
version = "0.1.0"
[lib]
crate-type = ["cdylib"]
[dependencies]
napi = "3.0.0"
napi-derive = "3.0.0"
[build-dependencies]
napi-build = "2"
[profile.release]
lto = true
strip = "symbols"