Files
hydra/rust/Cargo.toml
Chubby Granny Chaser c3880ce181 fix: test
2025-11-23 20:34:05 +00:00

21 lines
276 B
TOML

[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"