diff --git a/cookie-cutter/Cargo.toml b/cookie-cutter/Cargo.toml index 013cffa..40e7d56 100644 --- a/cookie-cutter/Cargo.toml +++ b/cookie-cutter/Cargo.toml @@ -3,8 +3,6 @@ name = "cookie-cutter" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] +macros = { path = "../macros", version = "0.1.0" } fill-array = "0.2.1" -macros = { path = "../macros" }