Files
rust-lang-zh_CN/projects/pancakes/Cargo.toml
2026-04-26 13:11:34 +08:00

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" }