From 63610f6c70f3ca9984d2f45dbfa480107db48d4f Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sat, 6 Jun 2015 17:30:05 -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 092359a..8b2f1af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "xlib" version = "0.1.0" authors = ["The Servo Project Developers"] +documentation = "http://doc.servo.org/xlib/" [lib] diff --git a/README.md b/README.md new file mode 100644 index 0000000..67b0e6b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rust-xlib + +[Documentation](http://doc.servo.org/xlib/)