serde/serde2/Cargo.lock

18 lines
342 B
Plaintext
Raw Normal View History

2014-09-01 13:39:00 -07:00
[root]
name = "serde2"
version = "0.1.0"
2014-09-02 07:39:02 -07:00
dependencies = [
"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"
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