mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
14 lines
227 B
TOML
14 lines
227 B
TOML
[package]
|
|
name = "compiletest_helper"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
|
|
[lib]
|
|
name = "compiletest_helper"
|
|
path = "lib.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
compiletest_rs = "0.2.0"
|