summaryrefslogtreecommitdiffstats
path: root/toolkit/xre/dllservices/tests/gtest/rust/Cargo.toml
blob: a342fb8bf2a95d00df4e657599ffb19f41710982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "dllservices-gtest"
version = "0.1.0"
authors = ["nobody@mozilla.com"]
license = "MPL-2.0"
description = "Tests for dllservices"

[dependencies]
uuid = { version = "1.0", features = ["v4"] }

[lib]
path = "test.rs"