mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix Cargo.toml in servo_tidy_tests
This commit is contained in:
parent
63320730a5
commit
7e348fa2a1
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
[package]
|
||||
name = "test"
|
||||
version = "*"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
test-package = { version = "*" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue