From aa7129baf16e1449cbec9636d08b061ddf2a643c Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Thu, 10 Nov 2022 19:18:20 +0100 Subject: [PATCH] chore(crate): fix description metadata --- tfhe/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index 8a69c275e8..ad2454027c 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tfhe" -version = "0.1.0" +version = "0.1.1" edition = "2021" readme = "../README.md" keywords = ["fully", "homomorphic", "encryption", "fhe", "cryptography"] @@ -8,7 +8,7 @@ homepage = "https://zama.ai/" documentation = "https://docs.zama.ai/tfhe-rs" repository = "https://github.com/zama-ai/tfhe-rs" license = "BSD-3-Clause-Clear" -description = "Concrete is a fully homomorphic encryption (FHE) library that implements Zama's variant of TFHE." +description = "TFHE-rs is a fully homomorphic encryption (FHE) library that implements Zama's variant of TFHE." build = "build.rs" exclude = ["/docs/", "/c_api_tests/", "/CMakeLists.txt"]