Create new store and add storage API

This commit is contained in:
Julien Cretin
2020-09-24 10:06:03 +02:00
parent eba91e983d
commit a203ff13df
6 changed files with 166 additions and 0 deletions

View File

@@ -62,6 +62,12 @@ jobs:
command: fmt
args: --manifest-path libraries/crypto/Cargo.toml --all -- --check
- name: Cargo format libraries/persistent_store
uses: actions-rs/cargo@v1
with:
command: fmt
args: --manifest-path libraries/persistent_store/Cargo.toml --all -- --check
- name: Cargo format tools/heapviz
uses: actions-rs/cargo@v1
with: