Files
concrete/backends/concrete-cuda/rust_api/Cargo.toml
2023-07-26 10:43:43 -03:00

19 lines
498 B
TOML

[package]
name = "concrete-cuda"
version = "0.1.2"
edition = "2021"
authors = ["Zama team"]
license = "BSD-3-Clause-Clear"
description = "Cuda implementation for the concrete framework."
homepage = "https://www.zama.ai/"
documentation = "https://docs.zama.ai/concrete"
repository = "https://github.com/zama-ai/concrete"
readme = "README.md"
keywords = ["fully", "homomorphic", "encryption", "fhe", "cryptography"]
[build-dependencies]
cmake = { version = "0.1" }
[dependencies]
thiserror = "1.0"