1[package]
2name = "storage"
3description = "Rust bindings for mozStorage."
4version = "0.1.0"
5authors = ["Lina Cambridge <lina@yakshaving.ninja>"]
6edition = "2018"
7
8[dependencies]
9libc = "0.2"
10nserror = { path = "../../xpcom/rust/nserror" }
11nsstring = { path = "../../xpcom/rust/nsstring" }
12storage_variant = { path = "../variant" }
13xpcom = { path = "../../xpcom/rust/xpcom" }
14