mirror of
https://github.com/servo/servo.git
synced 2025-07-12 01:43:43 +01:00
18 lines
305 B
TOML
18 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"
|