From c8a64669bd45e079b964c1e7b7cde7ddf1aff4d7 Mon Sep 17 00:00:00 2001 From: Thomas Hurst Date: Wed, 17 Jul 2019 17:11:57 +0100 Subject: [PATCH] Also license --- hashfilter/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/hashfilter/Cargo.toml b/hashfilter/Cargo.toml index 33a94ce..f83967a 100644 --- a/hashfilter/Cargo.toml +++ b/hashfilter/Cargo.toml @@ -3,6 +3,7 @@ name = "hashfilter" version = "0.1.0" authors = ["Thomas Hurst "] edition = "2018" +license = "MIT" [dependencies] fs2 = "0.4.3"