mirror of
https://github.com/servo/servo.git
synced 2025-07-10 08:53:41 +01:00
8 lines
150 B
TOML
8 lines
150 B
TOML
[package]
|
|
name = "test"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
test-package = { version = "*" }
|