初始化工程
This commit is contained in:
14
Config/Tools/Luban/Templates/common/rs/macros/Cargo.toml.sbn
Normal file
14
Config/Tools/Luban/Templates/common/rs/macros/Cargo.toml.sbn
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "macros"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0.36"
|
||||
syn = "2.0.60"
|
||||
proc-macro2 = "1.0.82"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
Reference in New Issue
Block a user