14 lines
322 B
TOML
14 lines
322 B
TOML
[package]
|
|
name = "fog-gtest"
|
|
version = "0.1.0"
|
|
authors = ["glean-team@mozilla.com"]
|
|
license = "MPL-2.0"
|
|
description = "Tests for the FOG crate"
|
|
|
|
[dependencies]
|
|
icecat-on-glean = { path = "../../api" }
|
|
jog = { path = "../../bindings/jog" }
|
|
nsstring = { path = "../../../../../xpcom/rust/nsstring" }
|
|
|
|
[lib]
|
|
path = "test.rs"
|