aboutsummaryrefslogtreecommitdiffstats
path: root/components/std_test_override/Cargo.toml
blob: 483d46c0ec4c0d938898c4d9a46dd7761a6fc06c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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" }