mirror of
https://github.com/servo/servo.git
synced 2025-06-04 07:35:36 +00:00
* Add taplo fmt config for toml fmt * fmt toml files * Add even-better-toml to extensions recommendations
18 lines
309 B
TOML
18 lines
309 B
TOML
[package]
|
|
name = "script_plugins"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
plugin = true
|
|
|
|
[features]
|
|
unrooted_must_root_lint = []
|
|
trace_in_no_trace_lint = []
|
|
|
|
[package.metadata.rust-analyzer]
|
|
rustc_private = true
|