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"