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

@@ -0,0 +1,11 @@
[package]
name = "persistent_store"
version = "0.1.0"
authors = ["Julien Cretin <cretin@google.com>"]
license = "Apache-2.0"
edition = "2018"
[dependencies]
[features]
std = []