summaryrefslogtreecommitdiffstats
path: root/xpcom/rust/gtest/xpcom/Cargo.toml
blob: 777080b33b9ab417016aaa1c36cbea01b8aed1c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "xpcom-gtest"
version = "0.1.0"
authors = ["michael@thelayzells.com"]
license = "MPL-2.0"
description = "Tests for rust bindings to xpcom interfaces"

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

[lib]
path = "test.rs"