mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
1a3ce10075
Source-Repo: https://github.com/servo/servo Source-Revision: 57e086f0fb185e5f6143f5c26d54162c5d07456b
13 lines
207 B
TOML
13 lines
207 B
TOML
[package]
|
|
name = "compiletest_helper"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "compiletest_helper"
|
|
path = "lib.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
compiletest_rs = "0.1.3"
|