mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-10 04:35:03 -05:00
CAPI covering a wider API of the Support library. Better error handling. Could also be improved by returning an error message back from C to rust (left TODO).
11 lines
156 B
TOML
11 lines
156 B
TOML
[package]
|
|
name = "concrete_compiler_rust"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.60.1"
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3.7"
|