Files
darkfi/script/research/tfhe/Cargo.toml
2025-11-24 12:12:14 +02:00

13 lines
309 B
TOML

[package]
name = "tfhe-experiments"
version = "0.4.1"
authors = ["Dyne.org foundation <foundation@dyne.org>"]
license = "AGPL-3.0-only"
edition = "2021"
[workspace]
[dependencies]
tfhe = {version = "0.5.4", features = ["boolean", "shortint", "integer", "x86_64-unix", "internal-keycache"]}
rayon = "1.11.0"