From ff8924a971db93fb0687efd24b91368b62d7e286 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 2 Feb 2015 22:55:50 -0800 Subject: Update Cargo.toml syntax --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3