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

[dependencies]