gecko-dev/xpcom/rust/nserror/Cargo.toml
2017-04-06 17:22:08 -04:00

10 lines
242 B
TOML

[package]
name = "nserror"
version = "0.1.0"
authors = ["Michael Layzell <michael@thelayzells.com>"]
license = "MPL-2.0"
description = "Rust bindings to xpcom nsresult and NS_ERROR_ values"
[dependencies]
nsstring = { path = "../nsstring" }