mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-06 21:34:05 -05:00
12 lines
182 B
TOML
12 lines
182 B
TOML
[package]
|
|
name = "generate"
|
|
edition = "2024"
|
|
license.workspace = true
|
|
version.workspace = true
|
|
|
|
|
|
[dependencies]
|
|
clap.workspace = true
|
|
|
|
tfhe-backward-compat-data = { path = "../.." }
|