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