Cargo.toml 255 B

1234567891011
  1. [package]
  2. name = "tfhe-experiments"
  3. version = "0.4.1"
  4. authors = ["Dyne.org foundation <foundation@dyne.org>"]
  5. license = "AGPL-3.0-only"
  6. edition = "2021"
  7. [workspace]
  8. [dependencies]
  9. tfhe = {version = "0.2.0", features = ["boolean", "shortint", "x86_64"]}