diff --git a/Cargo.toml b/Cargo.toml index 23c8fa5..e4d0092 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "png" version = "0.1.0" authors = ["The Servo Project Developers"] +documentation = "http://doc.servo.org/png/" links = "png-sys" build = "build.rs" diff --git a/README.md b/README.md new file mode 100644 index 0000000..fa126e4 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rust-png + +[Documentation](http://doc.servo.org/png/)