mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-07 22:04:10 -05:00
10 lines
115 B
TOML
10 lines
115 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["tfhe", "tasks"]
|
|
|
|
[profile.bench]
|
|
lto = "fat"
|
|
|
|
[profile.release]
|
|
lto = "fat"
|