diff --git a/Cargo.lock b/Cargo.lock index a1286cb..60df9b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -749,6 +749,8 @@ dependencies = [ [[package]] name = "msgrpc" version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2c9ab14ffdc24ae56e7a173832111a2e30bd61ec098fef8ece268173e4ef56b" dependencies = [ "byteorder", "crc", diff --git a/Cargo.toml b/Cargo.toml index 2e17774..178181d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -msgrpc = {path = "./msg-rpc"} +msgrpc = "0.1.0" postgres = "0.17.5" serde_postgres = "0.2.0" dotenv = "0.15.0"