1[package]
2name = "nsstring-gtest"
3version = "0.1.0"
4authors = ["nobody@mozilla.com"]
5license = "MPL-2.0"
6description = "Tests for rust bindings to xpcom string types"
7
8[dependencies]
9nsstring = { path = "../../nsstring" }
10
11[lib]
12path = "test.rs"
13