mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +01:00
14 lines
254 B
TOML
14 lines
254 B
TOML
[package]
|
|
name = "std_test_override"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "test"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
embedder_traits = { path = "../embedder_traits" }
|