mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
Rename macros crate to plugins
This commit is contained in:
parent
6177a3bdcc
commit
fcb25a35ec
13 changed files with 113 additions and 74 deletions
9
components/plugins/Cargo.toml
Normal file
9
components/plugins/Cargo.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "plugins"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
|
||||
[lib]
|
||||
name = "plugins"
|
||||
path = "lib.rs"
|
||||
plugin = true
|
Loading…
Add table
Add a link
Reference in a new issue