aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/tests/Cargo.toml
blob: 37a8a5cabe1ad3e7213fb1d15da5c17d5311c0d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "test"
version = "0.0.1"
authors = ["The Servo Project Developers"]
publish = false

[dependencies]
test-package = { version = "*" }

[lib]
path = "lib.rs"