[package] name = "lockchain-files" description = "Filesystem storage backend for lockchain vaults" version = "0.1.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 = { version = ">=0.5.0-alpha", path = "../lockchain-core" } serde = "1.0" serde_json = "1.0" serde_derive = "1.0"