feat(freelance): 创建插件 crate 骨架

This commit is contained in:
iven
2026-04-19 23:45:43 +08:00
parent a7a48167ca
commit fcf20dded1
3 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "erp-plugin-freelance"
version = "0.1.0"
edition = "2024"
description = "自由职业者工作台 WASM 插件"
[lib]
crate-type = ["cdylib"]
[dependencies]
wit-bindgen = "0.55"