From 427427bff0535b390458f809268b5578f2ceef1c Mon Sep 17 00:00:00 2001 From: Eh2406 Date: Sun, 11 Dec 2016 23:27:23 -0500 Subject: [PATCH] update package meta-data --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fa2af71..2131643 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,5 +2,9 @@ name = "quadrature" version = "0.1.0" authors = ["Jacob Finkelman "] +description = "This is a port of John D. Cook's the Fast Numerical Integration. Other quadrature techniques may be added in the future." +repository = "https://github.com/Eh2406/quadrature" +keywords = ["math", "mathematics", "numerics"] +license = "BSD-2-Clause" [dependencies]