Move from rust-toml to toml-rs
authorAlex Crichton <alex@alexcrichton.com>
Mon, 23 Jun 2014 15:39:50 +0000 (08:39 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 23 Jun 2014 18:38:53 +0000 (11:38 -0700)
commitd4265ef2a08f4be85fa251035b7fc62397f96805
treee7b7a54f53b343992558b30f6009bd3a04fa2a27
parent919ca13abdf92af08eae77a1c0969529acb6e44c
Move from rust-toml to toml-rs

This commit should greatly improve all error messages related to decoding
Cargo.toml.
12 files changed:
.gitmodules
Makefile
libs/rust-toml [deleted submodule]
libs/toml-rs [new submodule]
src/bin/cargo-verify-project.rs
src/bin/cargo.rs
src/cargo/lib.rs
src/cargo/util/config.rs
src/cargo/util/toml.rs
tests/test_cargo_compile.rs
tests/test_cargo_compile_git_deps.rs
tests/test_cargo_compile_path_deps.rs