set macros crate to be remote

This commit is contained in:
Ritesh Chitlangi 2021-07-29 23:50:01 +08:00
parent 38b12fcdc1
commit 4b83b725b7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ repository = "https://github.com/masalachai/epp-client"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
epp-client-macros = { path = "../epp-client-macros" }
epp-client-macros = "0.1" # { path = "../epp-client-macros" }
bytes = "1"
chrono = "0.4"
confy = "0.4"