mirror of
https://github.com/gnu4cn/rust-lang-zh_CN.git
synced 2026-08-19 12:43:28 +08:00
9 lines
189 B
TOML
9 lines
189 B
TOML
[package]
|
|
name = "pancakes"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
hello_macro = { path = "../hello_macro" }
|
|
hello_macro_derive = { path = "../hello_macro/hello_macro_derive" }
|