소스 검색

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

nkaskov 10 달 전
부모
커밋
85785eb263
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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]