mirror of
https://github.com/servo/servo
synced 2026-05-03 12:52:25 +02:00
13 lines
221 B
TOML
13 lines
221 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]
|
|
compiletest_rs = "0.11"
|