Move util::range into its own crate

This commit is contained in:
Jonathan Schuster 2016-02-21 13:08:20 -05:00
parent 455ed0ae6d
commit 205336bf2e
21 changed files with 96 additions and 26 deletions

View file

@ -0,0 +1,17 @@
[package]
name = "range"
version = "0.0.1"
authors = ["The Servo Project Developers"]
[lib]
name = "range"
path = "lib.rs"
[dependencies]
heapsize = "0.3.0"
heapsize_plugin = "0.1.2"
num = "0.1.24"
rustc-serialize = "0.3"
serde = "0.6"
serde_macros = "0.6"