Update Cargo.toml syntax

This commit is contained in:
Alex Crichton 2015-02-02 22:55:50 -08:00
parent b3e9653b7f
commit ff8924a971

View file

@ -8,8 +8,8 @@ A TOML decoder and encoder for Rust.
```toml
# Cargo.toml
[dependencies.toml]
git = "https://github.com/alexcrichton/toml-rs"
[dependencies]
toml = "0.1"
```
# License