mirror of
https://github.com/gnu4cn/rust-lang-zh_CN.git
synced 2024-12-27 13:21:09 +08:00
11 lines
300 B
TOML
11 lines
300 B
TOML
[package]
|
|
name = "derive_macro_comsumer"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
hello_macro = { path = "../hello_macro" }
|
|
hello_macro_derive = { path = "../hello_macro/hello_macro_derive" }
|