aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock7
-rw-r--r--Cargo.toml2
2 files changed, 6 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 15ee0f8..d4ed8ca 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -490,7 +490,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "lockchain-client"
-version = "0.1.0"
+version = "0.0.0"
[[package]]
name = "lockchain-core"
@@ -532,7 +532,10 @@ dependencies = [
[[package]]
name = "lockchain-files"
-version = "0.1.0"
+version = "0.0.0"
+dependencies = [
+ "lockchain-core 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
+]
[[package]]
name = "lockchain-http"
diff --git a/Cargo.toml b/Cargo.toml
index 7114208..8db61b3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ members = [
"lockchain-crypto",
"lockchain-server",
- "lockchain-receiver",
+ "lockchain-client",
"lockchain-http",
] \ No newline at end of file