update toml

This commit is contained in:
Janmajaya Mall
2024-07-08 16:17:41 +05:30
parent 010a76171a
commit 40a442592a

View File

@@ -2,6 +2,11 @@
name = "phantom-zone" name = "phantom-zone"
version = "0.1.0" version = "0.1.0"
edition = "2021" 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] [dependencies]
itertools = "0.12.0" itertools = "0.12.0"