Browse Source

Bump version to v1.1.3: New algorithms and documentation added.

nkaskov 10 months ago
parent
commit
85785eb263
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Cargo.toml

+ 3 - 1
Cargo.toml

@@ -1,9 +1,11 @@
 [package]
 name = "openfhe"
-version = "0.1.2"
+version = "0.1.3"
 edition = "2021"
 description = "Rust package of the OpenFHE Fully Homomorphic Encryption Library."
+license = "BSD-2-Clause"
 license-file = "LICENSE"
+documentation = "https://fair-math.gitbook.io/docs/"
 repository = "https://github.com/fairmath/openfhe-rs"
 
 [dependencies]