summaryrefslogtreecommitdiffstats
path: root/storage/variant/Cargo.toml
blob: 26e30ea1cea22e0f49d154b1204e6e2c697a387e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "storage_variant"
version = "0.1.0"
authors = [
    "Lina Cambridge <lina@yakshaving.ninja>",
    "Myk Melez <myk@mykzilla.org>"
]
license = "MPL-2.0"

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