mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
10 lines
142 B
TOML
10 lines
142 B
TOML
[package]
|
|
name = "plugins"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "plugins"
|
|
path = "lib.rs"
|
|
plugin = true
|