aboutsummaryrefslogtreecommitdiff
path: root/lockchain-http/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-http/Cargo.toml
parent4cacf3455aa1e908a57740499f846e58b25dc106 (diff)
Fixing the manifest files
Diffstat (limited to 'lockchain-http/Cargo.toml')
-rw-r--r--lockchain-http/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockchain-http/Cargo.toml b/lockchain-http/Cargo.toml
index 3f3567e..7cfd919 100644
--- a/lockchain-http/Cargo.toml
+++ b/lockchain-http/Cargo.toml
@@ -11,7 +11,7 @@ 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" }
# Web stack
gotham = "0.2"