diff --git a/crates/pcb-rs-macros/Cargo.toml b/crates/pcb-rs-macros/Cargo.toml index 120ed10..852f844 100644 --- a/crates/pcb-rs-macros/Cargo.toml +++ b/crates/pcb-rs-macros/Cargo.toml @@ -20,4 +20,4 @@ proc-macro = true syn = {version = "1.0.82", features=["extra-traits"] } quote = "1.0.10" proc-macro2 = "1.0.33" -pcb-rs-traits = {path="../pcb-rs-traits",version = "0.1.0"} \ No newline at end of file +pcb-rs-traits = {path="../pcb-rs-traits",version = "0.1.0"} diff --git a/crates/pcb-rs-traits/Cargo.toml b/crates/pcb-rs-traits/Cargo.toml index 8cfe7ac..5d0ca89 100644 --- a/crates/pcb-rs-traits/Cargo.toml +++ b/crates/pcb-rs-traits/Cargo.toml @@ -18,4 +18,4 @@ name = "pcb_rs_traits" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -downcast-rs = "1.2.0" \ No newline at end of file +downcast-rs = "1.2.0" diff --git a/crates/pcb-rs/Cargo.toml b/crates/pcb-rs/Cargo.toml index 6643c3b..8d6dc65 100644 --- a/crates/pcb-rs/Cargo.toml +++ b/crates/pcb-rs/Cargo.toml @@ -19,4 +19,4 @@ name = "pcb_rs" [dependencies] pcb-rs-macros = { path = "../pcb-rs-macros", version = "0.1.0" } -pcb-rs-traits = { path = "../pcb-rs-traits", version = "0.1.0" } \ No newline at end of file +pcb-rs-traits = { path = "../pcb-rs-traits", version = "0.1.0" }