From 73ff5fdf4d94ba244abeb3796ef16fe3f69157d7 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Tue, 8 May 2018 13:12:05 +0200 Subject: Renaming storage module before it's too late --- lockchain-files/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lockchain-files/Cargo.toml (limited to 'lockchain-files/Cargo.toml') diff --git a/lockchain-files/Cargo.toml b/lockchain-files/Cargo.toml new file mode 100644 index 0000000..8b6b828 --- /dev/null +++ b/lockchain-files/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "lockchain-files" +description = "Filesystem storage backend for lockchain vaults" +version = "0.0.0" +authors = ["Katharina Fey "] + +documentation = "https://docs.rs/lockchain-files" +homepage = "https://github.com/spacekookie/lockchain/tree/master/lockchain-files" +readme = "README.md" +license = "MIT/X11 OR Apache-2.0" + +[dependencies] +lockchain-core = ">=0.3.2" -- cgit v1.2.3