2014-09-01 13:39:00 -07:00
|
|
|
[root]
|
|
|
|
name = "serde2"
|
|
|
|
version = "0.1.0"
|
2014-09-02 07:39:02 -07:00
|
|
|
dependencies = [
|
2015-01-17 16:32:29 -08:00
|
|
|
"rustc-serialize 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-02 07:39:02 -07:00
|
|
|
"serde2_macros 0.1.0",
|
|
|
|
]
|
|
|
|
|
2015-01-07 07:51:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
2015-01-17 16:32:29 -08:00
|
|
|
version = "0.2.8"
|
2015-01-07 07:51:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2014-09-02 07:39:02 -07:00
|
|
|
[[package]]
|
|
|
|
name = "serde2_macros"
|
|
|
|
version = "0.1.0"
|
2014-09-01 13:39:00 -07:00
|
|
|
|