aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-02-02 22:55:50 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-02-02 22:55:50 -0800
commitff8924a971db93fb0687efd24b91368b62d7e286 (patch)
tree8a876f294d4bd51cfcebee43f28f25086e248e2c
parentb3e9653b7fb4c78ccd5f7c23e402f8a3f678c924 (diff)
downloadmilf-rs-ff8924a971db93fb0687efd24b91368b62d7e286.tar.gz
milf-rs-ff8924a971db93fb0687efd24b91368b62d7e286.zip
Update Cargo.toml syntax
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5151bda..bddccd0 100644
--- a/README.md
+++ b/README.md
@@ -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