trisquel-icecat/icecat/storage/variant/Cargo.toml
2025-10-06 02:35:48 -06:00

15 lines
356 B
TOML

[package]
edition = "2015"
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" }