Files
concrete/compiler/lib/Bindings/Rust/Cargo.toml
youben11 b00115f4ae feat(rust): compile mlir into library
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).
2022-12-02 14:03:02 +01:00

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"