mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
11 lines
172 B
TOML
11 lines
172 B
TOML
[package]
|
|
name = "test"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
test-package = { version = "*" }
|
|
|
|
[lib]
|
|
path = "lib.rs" |