From 28ab4cc40fbb686f2cfe9a6148add879baf03dd9 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sat, 6 Jun 2015 09:38:13 -0400 Subject: [PATCH] Link to documentation; init README --- Cargo.toml | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 README.md diff --git a/Cargo.toml b/Cargo.toml index 1e601b9..5aa29c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "azure" version = "0.1.0" authors = ["The Servo Project Developers"] +documentation = "http://doc.servo.org/azure/" build = "build.rs" diff --git a/README.md b/README.md new file mode 100644 index 0000000..e79fd5d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rust-azure + +[Documentation](http://doc.servo.org/azure/)