aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..86043c3
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+# toml-rs
+
+[![Build Status](https://travis-ci.org/alexcrichton/toml-rs.svg?branch=master)](https://travis-ci.org/alexcrichton/toml-rs)
+
+[Documentation](http://alexcrichton.com/toml-rs/toml/index.html)
+
+A TOML decoder and encoder for Rust.
+
+```toml
+# Cargo.toml
+[dependencies.toml]
+git = "https://github.com/alexcrichton/toml-rs"
+```
+