11 lines
270 B
TOML
11 lines
270 B
TOML
[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"
|