mirror of
https://github.com/servo/servo.git
synced 2025-06-21 07:38:59 +01:00
10 lines
168 B
TOML
10 lines
168 B
TOML
[package]
|
|
name = "script_plugins"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
plugin = true
|