[package]
authors = ["The Rust Project Developers"]
name = "serialize"
version = "0.0.0"
[lib]
path = "lib.rs"
crate-type = ["dylib", "rlib"]
[dependencies]
rustc_i128 = { path = "../librustc_i128" }