summaryrefslogtreecommitdiffstats
path: root/intl/l10n/rust/gtest/Cargo.toml
blob: ebc532f599f43915f7ab953ab63e8da6960f0ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "l10nregistry-ffi-gtest"
version = "0.1.0"
authors = ["The Mozilla Project Developers"]
license = "MPL-2.0"
description = "Tests for rust bindings to l10nRegistry"
edition = "2018"

[dependencies]
l10nregistry-ffi = { path = "../l10nregistry-ffi" }
moz_task = { path = "../../../../xpcom/rust/moz_task" }

[lib]
path = "test.rs"