mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Continues what @jschwe has been doing. Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
21 lines
475 B
TOML
21 lines
475 B
TOML
[package]
|
|
name = "servo-config"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
rust-version.workspace = true
|
|
repository.workspace = true
|
|
description.workspace = true
|
|
|
|
[lib]
|
|
name = "servo_config"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true }
|
|
servo-config-macro = { workspace = true }
|
|
stylo_static_prefs = { workspace = true }
|