summaryrefslogtreecommitdiffstats
path: root/xpcom/rust/nserror/Cargo.toml
blob: 4fca5a4c2c2dc498555aced9f4a956d2169415c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "nserror"
version = "0.1.0"
authors = ["Nika Layzell <nika@thelayzells.com>"]
license = "MPL-2.0"
description = "Rust bindings to xpcom nsresult and NS_ERROR_ values"
edition = "2018"

[dependencies]
nsstring = { path = "../nsstring" }
mozbuild = "0.1"