trisquel-icecat/icecat/toolkit/components/kvstore/test/gtest/Cargo.toml
2025-10-06 02:35:48 -06:00

12 lines
299 B
TOML

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