mirror of
https://github.com/servo/servo.git
synced 2025-08-01 11:40:30 +01:00
9 lines
142 B
TOML
9 lines
142 B
TOML
[package]
|
|
name = "plugins"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "plugins"
|
|
path = "lib.rs"
|
|
plugin = true
|