summaryrefslogtreecommitdiffstats
path: root/toolkit/components/glean/tests/gtest/Cargo.toml
blob: a744517e56080cb0c752e222a097788a842681c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "fog-gtest"
version = "0.1.0"
authors = ["glean-team@mozilla.com"]
license = "MPL-2.0"
description = "Tests for the FOG crate"

[dependencies]
firefox-on-glean = { path = "../../api" }
jog = { path = "../../bindings/jog" }
nsstring = { path = "../../../../../xpcom/rust/nsstring" }

[lib]
path = "test.rs"