接入luban

This commit is contained in:
2026-02-17 09:07:25 +08:00
parent edab22473a
commit 861a8a9d16
284 changed files with 17677 additions and 848 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "{{__name}}"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitflags = { version = "2.5.x" , features = ["serde"] }
macros = { path = "../macros" }
luban_lib = { path = "../../luban_lib" }