mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Also reorders alphabetically for the corresponding user .toml. Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
24 lines
582 B
TOML
24 lines
582 B
TOML
[package]
|
|
name = "servo-storage-traits"
|
|
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 = "storage_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
malloc_size_of = { workspace = true }
|
|
malloc_size_of_derive = { workspace = true }
|
|
profile_traits = { workspace = true }
|
|
serde = { workspace = true }
|
|
servo-base = { workspace = true }
|
|
servo-url = { workspace = true }
|
|
uuid = { workspace = true, features = ["serde"] }
|