summaryrefslogtreecommitdiffstats
path: root/storage/rust/Cargo.toml
blob: bf65f9414656c8827e0a02ab3b74ed61d79d7515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "storage"
description = "Rust bindings for mozStorage."
version = "0.1.0"
authors = ["Lina Cambridge <lina@yakshaving.ninja>"]
edition = "2018"
license = "MPL-2.0"

[dependencies]
libc = "0.2"
nserror = { path = "../../xpcom/rust/nserror" }
nsstring = { path = "../../xpcom/rust/nsstring" }
storage_variant = { path = "../variant" }
xpcom = { path = "../../xpcom/rust/xpcom" }