dummy commit

This commit is contained in:
Sebastian Messmer 2015-09-12 20:57:38 +02:00
parent 55f97c2042
commit 428a1ec887
1 changed files with 1 additions and 0 deletions

View File

@ -9,3 +9,4 @@ This repository contains the filesystem implementation. There are submodules in
- [Blobstore](https://github.com/cryfs/blobstore): Store resizeable blobs of data using blocks from a blockstore
- [ParallelAccessStore](https://github.com/cryfs/parallelaccessstore): Concurrency primitive for Blockstore/Blobstore
- [Fs++](https://github.com/cryfs/fspp): Implement a file system against a platform independent interface