Create new store and add storage API
This commit is contained in:
11
libraries/persistent_store/Cargo.toml
Normal file
11
libraries/persistent_store/Cargo.toml
Normal 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 = []
|
||||
Reference in New Issue
Block a user