From 17789040fad82d8f0dc44c082de97a8217ac4269 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Fri, 28 Sep 2018 11:42:03 -0400 Subject: [PATCH] add a description, repository --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8ca8c9da..5d1fc68c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,8 @@ version = "0.1.0" authors = ["Niko Matsakis "] edition = "2018" license = "Apache-2.0/MIT" +repository = "https://github.com/nikomatsakis/salsa" +description = "A generic framework for on-demand, incrementalized computation" [dependencies] derive-new = "0.5.5"