cargolifter-storage-filesystem 0.3.0

CargoLifter file system storage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# CargoLifter Filesystem Storage #

This crate offers a FileSystem storage for [CargoLifter](https://github.com/cemoktra/cargolifter)

## Configuration ##

```json
"storage": {
    "FileSystem": {
        "path": "<path>"
    }
}
```