Bug 1885489 - Part 5: Add SnapshotIterator::readInt32(). r=iain
[gecko.git] / storage / rust / Cargo.toml
blobbf65f9414656c8827e0a02ab3b74ed61d79d7515
1 [package]
2 name = "storage"
3 description = "Rust bindings for mozStorage."
4 version = "0.1.0"
5 authors = ["Lina Cambridge <lina@yakshaving.ninja>"]
6 edition = "2018"
7 license = "MPL-2.0"
9 [dependencies]
10 libc = "0.2"
11 nserror = { path = "../../xpcom/rust/nserror" }
12 nsstring = { path = "../../xpcom/rust/nsstring" }
13 storage_variant = { path = "../variant" }
14 xpcom = { path = "../../xpcom/rust/xpcom" }