mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
14 lines
217 B
TOML
14 lines
217 B
TOML
[package]
|
|
name = "plugins"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "plugins"
|
|
path = "lib.rs"
|
|
plugin = true
|
|
|
|
[dependencies.tenacious]
|
|
git = "https://github.com/servo/rust-tenacious"
|
|
|