mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
Renames the crate from `concrete_compiler_rust` to `concrete-compiler`. - The `_rust` is removed as its redundant, the crate is a rust project. - The `_` are replaced with `-` as its the naming scheme for our other crates
11 lines
151 B
TOML
11 lines
151 B
TOML
[package]
|
|
name = "concrete-compiler"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.60.1"
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3.7"
|