- Add reserved name guard test to prevent non-builtin factories from hijacking builtin names - Add Handle TLV encoding/decoding test for FileBox copyFrom method - Add CounterBox plugin tests for inc/get operations and clone/share behavior - All unified registry E2E tests passing ✅ 統一レジストリシステムの包括的なE2Eテスト追加 - ビルトイン名保護テスト - Handle型TLVエンコーディングテスト - CounterBoxプラグインテスト - 全テスト成功確認 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
20 lines
226 B
TOML
20 lines
226 B
TOML
[package]
|
|
name = "nyash-counter-plugin"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
once_cell = "1.20"
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[profile.release]
|
|
lto = true
|
|
strip = true
|
|
opt-level = "z"
|
|
|