18 lines
342 B
TOML
18 lines
342 B
TOML
[root]
|
|
name = "serde2"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"rustc-serialize 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde2_macros 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-serialize"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "serde2_macros"
|
|
version = "0.1.0"
|
|
|