| # Part of the Crubit project, under the Apache License v2.0 with LLVM |
| # Exceptions. See /LICENSE for license information. |
| # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
| |
| # Automatically @generated Cargo.toml for the cc_library src_code_gen_sys. |
| |
| [package] |
| name = "src_code_gen_sys" |
| edition.workspace = true |
| license-file.workspace = true |
| repository.workspace = true |
| categories.workspace = true |
| |
| build = "build.rs" |
| |
| [lib] |
| path = "lib.rs" |
| |
| [dependencies] |
| cc_ir_sys = { path = "../../../cargo/rs_bindings_from_cc/cc_ir_sys"} |
| cc_ffi_types_sys = { path = "../../../cargo/common/cc_ffi_types_sys"} |
| cc_api = { path = "../../../cargo/rs_bindings_from_cc/generate_bindings/cc_api", package = "rs_bindings_from_cc_cc_api"} |
| |
| |
| [build-dependencies] |
| crubit_build = { path = "../../../cargo/build"} |