mirror of
https://github.com/arnaucube/fhe-study.git
synced 2026-01-24 04:33:52 +01:00
14 lines
255 B
TOML
14 lines
255 B
TOML
[package]
|
|
name = "tfhe"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
rand = { workspace = true }
|
|
rand_distr = { workspace = true }
|
|
itertools = { workspace = true }
|
|
|
|
arith = { path="../arith" }
|
|
gfhe = { path="../gfhe" }
|