1[package] 2name = "unified-init" 3version = "0.1.0" 4edition = "2021" 5 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 7[[bin]] 8name = "unified-init-expand" 9path = "src/main.rs" 10 11[dependencies] 12unified-init-macros = { path = "macros" } 13linkme = "=0.3.27" 14system_error = { path = "../system_error" }