191e9d4abSLoGin[package] 291e9d4abSLoGinname = "unified-init" 391e9d4abSLoGinversion = "0.1.0" 491e9d4abSLoGinedition = "2021" 591e9d4abSLoGin 691e9d4abSLoGin# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 791e9d4abSLoGin[[bin]] 891e9d4abSLoGinname = "unified-init-expand" 991e9d4abSLoGinpath = "src/main.rs" 1091e9d4abSLoGin 1191e9d4abSLoGin[dependencies] 1291e9d4abSLoGinunified-init-macros = { path = "macros" } 13*bd70d2d1SLoGinlinkme = "=0.3.27" 1491e9d4abSLoGinsystem_error = { path = "../system_error" }