blob: 8655f27b1584ec32aa2d6f27b81cf83da155d3b7 (
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"
|