aboutsummaryrefslogtreecommitdiff
path: root/lockchain-files/Cargo.toml
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-05-09 00:26:05 +0200
committerKatharina Fey <kookie@spacekookie.de>2018-05-09 00:26:05 +0200
commit659eaa9ff296ae3e03362593ee756cbe6d1f42ed (patch)
tree9489e5d205fb4fc0975cd21e41357ad3c2f80af1 /lockchain-files/Cargo.toml
parent2d95fbfce49cbb3decbe819aefb9bae1491d1469 (diff)
Bumping version on core and crypto
Diffstat (limited to 'lockchain-files/Cargo.toml')
-rw-r--r--lockchain-files/Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/lockchain-files/Cargo.toml b/lockchain-files/Cargo.toml
index 8b6b828..9a5fd9f 100644
--- a/lockchain-files/Cargo.toml
+++ b/lockchain-files/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "lockchain-files"
description = "Filesystem storage backend for lockchain vaults"
-version = "0.0.0"
+version = "0.1.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
documentation = "https://docs.rs/lockchain-files"
@@ -10,4 +10,8 @@ readme = "README.md"
license = "MIT/X11 OR Apache-2.0"
[dependencies]
-lockchain-core = ">=0.3.2"
+lockchain-core = { version = ">=0.5.0-alpha", path = "../lockchain-core" }
+
+serde = "1.0"
+serde_json = "1.0"
+serde_derive = "1.0" \ No newline at end of file