Bug 1861963 [wpt PR 42839] - Fix accessing update_properties for product, a=testonly
[gecko.git] / xpcom / rust / nserror / Cargo.toml
blob4fca5a4c2c2dc498555aced9f4a956d2169415c5
1 [package]
2 name = "nserror"
3 version = "0.1.0"
4 authors = ["Nika Layzell <nika@thelayzells.com>"]
5 license = "MPL-2.0"
6 description = "Rust bindings to xpcom nsresult and NS_ERROR_ values"
7 edition = "2018"
9 [dependencies]
10 nsstring = { path = "../nsstring" }
11 mozbuild = "0.1"