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

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

[lib]
path = "test.rs"