updated epp-client to use macro lib from crates.io

This commit is contained in:
Ritesh Chitlangi 2021-07-27 03:59:47 +08:00
parent 9bd2b58b32
commit f2f053b8a2
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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
epp-client-macros = { path = "../epp-client-macros" } epp-client-macros = "0.1" #{ path = "../epp-client-macros" }
bytes = "1" bytes = "1"
chrono = "0.4" chrono = "0.4"
confy = "0.4" confy = "0.4"