aboutsummaryrefslogtreecommitdiff
path: root/lockchain-client/Cargo.toml
diff options
context:
space:
mode:
authorKatharina Sabel <katharina.sabel@asquera.de>2018-05-11 23:44:26 +0200
committerKatharina Sabel <katharina.sabel@asquera.de>2018-05-11 23:44:26 +0200
commit14e8f074f2783e7f9c8450344007bbb66f60db2c (patch)
treef77f85b6be490ec2eee704c467ca66b0d86875fa /lockchain-client/Cargo.toml
parent4cacf3455aa1e908a57740499f846e58b25dc106 (diff)
Fixing the manifest files
Diffstat (limited to 'lockchain-client/Cargo.toml')
-rw-r--r--lockchain-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockchain-client/Cargo.toml b/lockchain-client/Cargo.toml
index fcda6c1..4e7f901 100644
--- a/lockchain-client/Cargo.toml
+++ b/lockchain-client/Cargo.toml
@@ -10,4 +10,4 @@ readme = "README.md"
license = "MIT/X11 OR Apache-2.0"
[dependencies]
-lockchain-core = { version = "0.7.0", path = "../lockchain-core", }
+lockchain-core = { version = "0.7.0", path = "../lockchain-core" }