Explorar el Código

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

nkaskov hace 10 meses
padre
commit
85785eb263
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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]