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