From 2e3ae62fd55b1f58df93b4381a7099d62c36a5e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Sat, 22 Nov 2014 19:51:28 +0100 Subject: [PATCH] Add metadatas for crates.io cc #37. --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1874a254..22058b89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,14 @@ name = "nalgebra" version = "0.1.0" authors = [ "Sébastien Crozet " ] # FIXME: add the contributors. +description = "Linear algebra library for computer physics, computer graphics and general low-dimensional linear algebra for Rust." +documentation = "http://nalgebra.org/doc/nalgebra/index.html" +homepage = "http://nalgebra.org" +repository = "https://github.com/sebcrozet/nalgebra" +readme = "README.md" +keywords = [ "linear", "algebra", "matrix", "vector" ] +license = "BSD-3-Clause" + [lib] name = "nalgebra" path = "src/lib.rs"