aboutsummaryrefslogtreecommitdiff
path: root/lockchain-crypto
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-crypto
parent4cacf3455aa1e908a57740499f846e58b25dc106 (diff)
Fixing the manifest files
Diffstat (limited to 'lockchain-crypto')
-rw-r--r--lockchain-crypto/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockchain-crypto/Cargo.toml b/lockchain-crypto/Cargo.toml
index f56d9e7..fbe1364 100644
--- a/lockchain-crypto/Cargo.toml
+++ b/lockchain-crypto/Cargo.toml
@@ -9,7 +9,7 @@ version = "0.7.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
[dependencies]
-lockchain-core = { version = "0.7.0", path = "../lockchain-core", }
+lockchain-core = { version = "0.7.0", path = "../lockchain-core" }
serde_derive = "1.0"
serde = "1.0"