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 ```toml
# Cargo.toml # Cargo.toml
[dependencies.toml] [dependencies]
git = "https://github.com/alexcrichton/toml-rs" toml = "0.1"
``` ```
# License # License