summaryrefslogtreecommitdiffstats
path: root/xpcom/rust/nsstring/Cargo.toml
blob: c2f8e34b457b2149be7271c917a1ef4a0704ca02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "nsstring"
version = "0.1.0"
authors = ["nobody@mozilla.com"]
license = "MPL-2.0"
description = "Rust bindings to xpcom string types"
edition = "2018"

[features]
gecko_debug = []

[dependencies]
bitflags = "1.0"
encoding_rs = "0.8.0"