From 40a442592a1e1bf7ca6a4bf8757a5d5565cbca42 Mon Sep 17 00:00:00 2001 From: Janmajaya Mall Date: Mon, 8 Jul 2024 16:17:41 +0530 Subject: [PATCH] update toml --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5add298..f899433 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "phantom-zone" version = "0.1.0" edition = "2021" +readme = "README.md" +repository = "https://github.com/gausslabs/phantom-zone" +license = "MIT" +keywords = ["fhe", "mpc", "cryptography"] +description = "Library for multi-party computation using fully-homomorphic encryption" [dependencies] itertools = "0.12.0"