1[package]
2name = "nserror"
3version = "0.1.0"
4authors = ["Nika Layzell <nika@thelayzells.com>"]
5license = "MPL-2.0"
6description = "Rust bindings to xpcom nsresult and NS_ERROR_ values"
7edition = "2018"
8
9[dependencies]
10nsstring = { path = "../nsstring" }
11mozbuild = "0.1"
12