mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
19 lines
305 B
TOML
19 lines
305 B
TOML
[package]
|
|
|
|
name = "range"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "range"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
malloc_size_of = { path = "../malloc_size_of" }
|
|
malloc_size_of_derive = "0.1"
|
|
num-traits = "0.2"
|
|
serde = "1.0"
|