[package] name = "kvstore-gtest" version = "0.1.0" authors = ["Lina Butler "] license = "MPL-2.0" edition = "2021" [dependencies] kvstore = { path = "../..", features = ["gtest"] } moz_task = { path = "../../../../../xpcom/rust/moz_task" } rusqlite = "0.33.0" tempfile = "3"