Cargo.toml 226 B

1234567891011
  1. [package]
  2. name = "openfhe"
  3. version = "0.0.0"
  4. edition = '2021'
  5. description = "Rust package of the OpenFHE Fully Homomorphic Encryption Library."
  6. license-file = "LICENSE"
  7. [dependencies]
  8. [build-dependencies]
  9. bindgen = "0.65.1"