From 7e4f2bfeac49b8a76853ee194475e75615cd7192 Mon Sep 17 00:00:00 2001 From: myl7 Date: Thu, 27 Jun 2024 21:07:34 +0800 Subject: [PATCH] Remove redundant metadata --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c2f601c..52b7be8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,8 +16,6 @@ edition = "2021" authors = ["myl7 "] description = "Function secret sharing including distributed comparison & point functions" license = "Apache-2.0" -homepage = "https://github.com/myl7/fss" -documentation = "https://docs.rs/fss-rs" repository = "https://github.com/myl7/fss.git" keywords = ["crypto", "fss", "dcf", "dpf"] categories = ["cryptography"]