初始化工程
This commit is contained in:
12
Config/Tools/Luban/Templates/rust-json/toml.sbn
Normal file
12
Config/Tools/Luban/Templates/rust-json/toml.sbn
Normal file
@@ -0,0 +1,12 @@
|
||||
[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]
|
||||
serde = { version = "1.0.x", features = ["derive"] }
|
||||
serde_json = "1.0.x"
|
||||
bitflags = { version = "2.5.x" , features = ["serde"]}
|
||||
macros = {path = "../macros"}
|
||||
Reference in New Issue
Block a user