blob: 919cda49c004c3de44de341ec2f0459ad3df3c87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
authors = ["The Rust Project Developers"]
name = "serialize"
version = "0.0.0"
[lib]
name = "serialize"
path = "lib.rs"
crate-type = ["dylib", "rlib"]
[dependencies]
log = { path = "../liblog" }
|