11 lines
310 B
Plaintext
11 lines
310 B
Plaintext
|
[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" }
|